From 43542d14449f98837705312240d68097e6a42011 Mon Sep 17 00:00:00 2001 From: CI-DEV <154627941+IlumCI@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:27:20 +0300 Subject: [PATCH] Update auto_agent.py --- examples/multi_agent/asb/auto_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multi_agent/asb/auto_agent.py b/examples/multi_agent/asb/auto_agent.py index f0ab1454..7ac9039c 100644 --- a/examples/multi_agent/asb/auto_agent.py +++ b/examples/multi_agent/asb/auto_agent.py @@ -218,7 +218,7 @@ Always respond in a strict JSON format as described below. Ensure your responses # Initialize the LiteLLM model = LiteLLM( - model_name="gpt-4o", + model_name="gpt-4.1", system_prompt=SYSTEM_PROMPT, max_tokens=4000, temperature=0.9,