- First download and install from https://ollama.com/.
- After installation, you get:


Then, one can chat like this:

To run flask application for Ollama:
- First run in one terminal: ollama serve
- Then, in another terminal: ollama run llama3.2

Troubleshootings:
1. Check is ollama is running
curl http://localhost:11434
