This project builds on top of Ollama to access real-time data. This allows it to answer questions about events after it's knowledge cutoff
Before you begin, ensure you have met the following requirements:
- You have installed Python 3.12.0 or later is prefered. However [Python 3.8.0] or later should work as well.
- You have installed
pip
, the Python package installer. You can install it by following the instructions here.
$ git clone https://github.com/EnzoLucido/ai-agent.git
Visit https://ollama.com/download and follow install instructions $ ollama serve
In another terminal run $ ollama run llama3
$ pip install -r requirements.txt
Inside the folder, run $ python main.py