''' Prerequisites: Pre-install Ollama from Ollama.ai and pre-load your desired models. Then edit the my-ai.py file to include the models you want to use.
Install these from the command line.
Dependency Summary sudo apt install python3-pip pip install ollama pip install textwrap pip install time
To match the models here download the models as follows ollama pull llama3 ollama pull llava ollama pull phi3:medium ollama pull codellama ollama pull dolphin-llama3 '''