Update auto_agent.py

pull/1101/head
CI-DEV 1 week ago committed by GitHub
parent b06fd663c0
commit 43542d1444
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,

Loading…
Cancel
Save