Add cross-platform TTS support and update dependencies

This commit is contained in:
2026-05-30 23:54:41 +09:00
parent 9455b591de
commit cf68e19f38
3 changed files with 47 additions and 14 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ async def chat(
try:
payload = json.loads(raw)
except json.JSONDecodeError:
yield raw, None
yield str(raw), None
continue
if isinstance(payload, dict) and payload.get("__done"):
yield "", payload.get("run_id")