This is a project that uses langchain to make AI agents
Create a new python env
python -m venv project-env
source project-env/bin/activate
Install Requirements
pip install -r requirements.txt
If you want to use OpenAi you should have a api key.
Add on .env file with name OPENAI_API_KEY
python main.py