mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 16:59:40 +02:00
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 |
||
|---|---|---|
| .. | ||
| bot | ||
| config | ||
| database | ||
| generation | ||
| media | ||
| project | ||
| transcription | ||
| app.module.ts | ||
| health.controller.ts | ||
| main.ts | ||