managarten/services/mana-llm/src
Till-JS aba79f5c16 fix(mana-llm): fix SSE double data prefix causing message parsing issues
EventSourceResponse from sse-starlette adds its own 'data:' prefix,
so we should yield dicts with a 'data' key instead of pre-formatted
SSE strings. This was causing 'data: data:' double prefixes and
backticks appearing in chat messages.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 15:29:11 +01:00
..
models chore: update dependencies and mana-llm improvements 2026-01-30 17:50:58 +01:00
providers chore: update dependencies and mana-llm improvements 2026-01-30 17:50:58 +01:00
streaming fix(mana-llm): fix SSE double data prefix causing message parsing issues 2026-02-02 15:29:11 +01:00
utils feat(mana-llm): add central LLM abstraction service 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
config.py feat(llm-playground): add production deployment with auth 2026-01-30 18:15:02 +01:00
main.py chore: update dependencies and mana-llm improvements 2026-01-30 17:50:58 +01:00