From 22f0ca2a596c1e44e4644ecfcdd10086cb0df6e4 Mon Sep 17 00:00:00 2001 From: Evan Quiney Date: Tue, 30 Sep 2025 16:28:38 +0100 Subject: [PATCH] FIX: OpenWebUI compat --- src/exo/master/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exo/master/api.py b/src/exo/master/api.py index ebd66786..83ef17a5 100644 --- a/src/exo/master/api.py +++ b/src/exo/master/api.py @@ -260,7 +260,7 @@ class API: ) await self._send(command) return StreamingResponse( - self._generate_chat_stream(command.command_id), media_type="text/plain" + self._generate_chat_stream(command.command_id), media_type="text/event-stream" ) def _calculate_total_available_memory(self) -> int: