Skip to content

Commit 0e152d5

Browse files
committed
fix: remove previous logic to save the setting by running the agent
1 parent 2d2aa0d commit 0e152d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ async def run_with_stream(
423423
max_actions_per_step,
424424
tool_call_in_content
425425
):
426-
save_config_to_file(locals())
427426
global _global_agent_state
428427
stream_vw = 80
429428
stream_vh = int(80 * window_h // window_w)

0 commit comments

Comments
 (0)