Skip to content

Commit c988952

Browse files
Update AGENT_MODEL to use gpt-5.2 version (#69)
1 parent 1bab7d4 commit c988952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
load_dotenv(".env.local")
2020

21-
AGENT_MODEL = "openai/gpt-5.3-chat-latest"
21+
AGENT_MODEL = "openai/gpt-5.2-chat-latest"
2222

2323

2424
class Assistant(Agent):

0 commit comments

Comments
 (0)