managarten/services/mana-llm
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
..
src fix(mana-llm): fix SSE double data prefix causing message parsing issues 2026-02-02 15:29:11 +01:00
tests
.env.example
.gitignore
CLAUDE.md
docker-compose.dev.yml
docker-compose.yml
Dockerfile
pyproject.toml
requirements.txt
start.sh feat(llm-playground): add model comparison feature 2026-01-31 23:30:16 +01:00