From 995628619a1bd3e1015e9b50e5b4eded87e40c94 Mon Sep 17 00:00:00 2001 From: katiue Date: Sun, 12 Jan 2025 21:14:08 +0700 Subject: [PATCH] fix bug --- webui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webui.py b/webui.py index 8de04f0..1abf629 100644 --- a/webui.py +++ b/webui.py @@ -383,7 +383,8 @@ async def run_with_stream( use_vision=use_vision, max_actions_per_step=max_actions_per_step, tool_call_in_content=tool_call_in_content - )) + ) + ) # Initialize values for streaming html_content = "
Using browser...
"