Skip to content

grcng/Learn-LangGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learn-LangGraph

Documentation on the Basics of LangGraph with a simple Chatbot as an example.

API Keys

Seting a .env file is reccommended for security. Simply changed the file name from .env.example to .env and fill in your_key.

However, if you're only running and testing out the note, you could also add your API keys like this:

os.environ["OPENAI_API_KEY"] = "your_key"
os.environ["TAVILY_API_KEY"] = "your_key"
os.environ["ANTHROPIC_API_KEY"] = "your_key"

About

Documentation on the Basics of LangGraph with a simple Chatbot as an example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published