fix: use StreamingResponse for chat completions SSE
sse_starlette's EventSourceResponse added \r\n line endings that Open WebUI couldn't parse. Switched to plain StreamingResponse with manual SSE formatting matching OpenAI's exact format. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "tatlock"
|
||||
version = "2.0.3"
|
||||
version = "2.0.4"
|
||||
description = "OpenAI-compatible API with Ollama backend"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = []
|
||||
|
||||
Reference in New Issue
Block a user