From 6a236cee77548574e55fedd601e024bdd7bb1193 Mon Sep 17 00:00:00 2001 From: sanjay singh Date: Mon, 18 May 2026 16:43:28 +0200 Subject: [PATCH] chore: upgrade model from gpt-4o-2024-11-20 to gpt-4.1 --- agents/tech-trends-agent.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/agents/tech-trends-agent.json b/agents/tech-trends-agent.json index 27b84c4..e906e67 100644 --- a/agents/tech-trends-agent.json +++ b/agents/tech-trends-agent.json @@ -5,8 +5,12 @@ "model": "${GPT_DEPLOYMENT}", "instructions_file": "prompts/tech-trends-agent.md", "tools": [ - { "type": "web_search" }, - { "type": "code_interpreter" } + { + "type": "web_search" + }, + { + "type": "code_interpreter" + } ] }, "eval": { @@ -15,6 +19,17 @@ "config": "evals/eval-config.json" }, "_model_history": [ - { "model": "gpt-4o-2024-11-20", "from": "2025-01-10", "to": null, "reason": "initial" } + { + "model": "gpt-4o-2024-11-20", + "from": "2025-01-10", + "to": "2026-05-18", + "reason": "initial" + }, + { + "model": "gpt-4.1", + "from": "2026-05-18", + "to": null, + "reason": "quality improvement, eval gated" + } ] }