We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bab7d4 commit c988952Copy full SHA for c988952
1 file changed
src/agent.py
@@ -18,7 +18,7 @@
18
19
load_dotenv(".env.local")
20
21
-AGENT_MODEL = "openai/gpt-5.3-chat-latest"
+AGENT_MODEL = "openai/gpt-5.2-chat-latest"
22
23
24
class Assistant(Agent):
0 commit comments