This is a AI Agent developed using Python
You can change the model from gemini-pro to gemini-advanced etc
Creating A Virtual Env
python -m venv env cd env source bin/activate
cd ..
pip install google-generativeai pip install google
pip install -r requirements.txt
Run python AIAgent.py to execute the program