Call Ollama chat API

AI
curl http://localhost:11434/api/chat -d '{"model":"<model>","messages":[{"role":"user","content":"hi"}]}'