A Conversational ChatBot Agent for Climate Change
I recommend using pyenv.
python -m venv .venv
.venv\Scripts\activate
deactivate
pip install -r requirements.txt
Based on the .env.example, create the appropriate .env file.
Ensure you are in the folder that contains agent.py and then execute:
python agent.py
To change the questions, modify the string under if __name__ == "__main__":.