1. Build a basic chatbot using Gemini 2.0 flash
This commit is contained in:
12
README.md
12
README.md
@@ -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"
|
||||
Reference in New Issue
Block a user