Skip to content

Commit 9956286

Browse files
author
katiue
committed
fix bug
1 parent 29194d2 commit 9956286

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webui.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,8 @@ async def run_with_stream(
383383
use_vision=use_vision,
384384
max_actions_per_step=max_actions_per_step,
385385
tool_call_in_content=tool_call_in_content
386-
))
386+
)
387+
)
387388

388389
# Initialize values for streaming
389390
html_content = "<div style='width:80vw; height:90vh'>Using browser...</div>"

0 commit comments

Comments
 (0)