This repo contains scripts for running chatbots leveraging Open AI and other llms. It provides an example of what can be done using langgraph with different LLMs like Azure OpenAI
- Azure OpenAI instance Deploying Azure OpenAI Instance
- Tavily API Key.
- Python 3.11.x
The demos are located in the src/dev/ directory
Set the environment variables
export OPENAI_API_KEY="<API Key>"
export TAVILY_API_KEY="<API Key>"
python testopenai.py
export
export TAVILY_API_KEY="<API Key>"