From 0e152d557d6b257d0f7cd48ff3c07b64eb1a52c4 Mon Sep 17 00:00:00 2001 From: meshkatshb Date: Wed, 22 Jan 2025 12:00:18 +0330 Subject: [PATCH] fix: remove previous logic to save the setting by running the agent --- webui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/webui.py b/webui.py index 6e0d14a..4d36aa8 100644 --- a/webui.py +++ b/webui.py @@ -423,7 +423,6 @@ async def run_with_stream( max_actions_per_step, tool_call_in_content ): - save_config_to_file(locals()) global _global_agent_state stream_vw = 80 stream_vh = int(80 * window_h // window_w)