managarten/services/mana-llm/tests
Till-JS 1495dbe476 feat(mana-llm): add central LLM abstraction service
Python/FastAPI service providing unified OpenAI-compatible API for
Ollama and cloud LLM providers (OpenRouter, Groq, Together).

Features:
- Chat completions with streaming (SSE)
- Vision/multimodal support
- Embeddings generation
- Multi-provider routing (provider/model format)
- Prometheus metrics
- Optional Redis caching
2026-01-29 22:01:00 +01:00
..
__init__.py feat(mana-llm): add central LLM abstraction service 2026-01-29 22:01:00 +01:00
test_api.py feat(mana-llm): add central LLM abstraction service 2026-01-29 22:01:00 +01:00
test_providers.py feat(mana-llm): add central LLM abstraction service 2026-01-29 22:01:00 +01:00
test_streaming.py feat(mana-llm): add central LLM abstraction service 2026-01-29 22:01:00 +01:00