From af2de62858c90050ffb4599e6b243168df2554c3 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Mon, 11 Aug 2025 14:57:05 -0700 Subject: [PATCH] fix: change the model used with the GitHub action from o3 to gpt-5 --- .github/codex/home/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/codex/home/config.toml b/.github/codex/home/config.toml index bb1b362bb6..8e800ca068 100644 --- a/.github/codex/home/config.toml +++ b/.github/codex/home/config.toml @@ -1,3 +1,3 @@ -model = "o3" +model = "gpt-5" # Consider setting [mcp_servers] here!