1. Build a basic chatbot using Gemini 2.0 flash

This commit is contained in:
Julien
2025-09-24 13:45:00 +02:00
parent f15b420006
commit f76aad00ba
13 changed files with 280 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
# test_langgraph
# Test of LangGraph
First test of LangGraph
First test of LangGraph following the documentation
Step 1 : follow the LangGraph tutorial "Build a custom workflow"
Step 2 : use the base to create a different custom workflow
To use, install all dependancies : requirements.txt
Add your Google Gemini API key in .env
Run : python -m main
Exit with "quit", "exit", "q"