To Run this project install Ollama first and then install the Ollama python library to access the Ollama API using pip install ollama
.
Next make sure to download your choice of model to run locally eg. ollama pull qwen3:14b
. Remember to add this exact model name to the llama.py
file.