managarten/services/matrix-ollama-bot
Till-JS 384244fe50 ♻️ refactor: migrate bots and chat-backend to mana-llm
Migrate all LLM consumers from direct Ollama calls to centralized
mana-llm service with OpenAI-compatible API.

Migrated services:
- matrix-ollama-bot
- telegram-ollama-bot
- chat-backend
- telegram-project-doc-bot

New env vars: MANA_LLM_URL, LLM_MODEL, LLM_TIMEOUT
Replaces: OLLAMA_URL, OLLAMA_MODEL, OLLAMA_TIMEOUT
2026-01-29 22:56:26 +01:00
..
src ♻️ refactor: migrate bots and chat-backend to mana-llm 2026-01-29 22:56:26 +01:00
.dockerignore feat(matrix-ollama-bot): add vision commands and filter non-chat models 2026-01-28 14:23:30 +01:00
.env.example feat(matrix): add Matrix Ollama Bot service 2026-01-28 00:35:35 +00:00
CLAUDE.md ♻️ refactor: migrate bots and chat-backend to mana-llm 2026-01-29 22:56:26 +01:00
Dockerfile feat(matrix-ollama-bot): add vision commands and filter non-chat models 2026-01-28 14:23:30 +01:00
nest-cli.json feat(matrix): add Matrix Ollama Bot service 2026-01-28 00:35:35 +00:00
package.json feat(matrix-ollama-bot): add vision commands and filter non-chat models 2026-01-28 14:23:30 +01:00
tsconfig.build.json feat(matrix-ollama-bot): add vision commands and filter non-chat models 2026-01-28 14:23:30 +01:00
tsconfig.json feat(matrix): add Matrix Ollama Bot service 2026-01-28 00:35:35 +00:00