Install
togo install togo-framework/ai-ollama
ai-ollama
Ollama driver for the togo ai plugin — a unified LLM interface (chat + embeddings) for togo apps.
Install
togo install togo-framework/ai-ollama
Set AI_DRIVER=ollama and:
OLLAMA_API_KEY=...
# optional: OLLAMA_BASE_URL=http://localhost:11434/v1
Then the ai plugin routes Chat/Embed through Ollama. Token usage is reported via ai.Usage (for the billing plugin).
MIT © ToGO