From 52bd7f66607edfdb74da15e3c518cc4c8d55fa3e Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Mon, 11 Aug 2025 15:08:58 -0700 Subject: [PATCH] fix: change the model used with the GitHub action from o3 to gpt-5 (#2198) `gpt-5` has been a valid slug since https://github.com/openai/codex/pull/1942. --- .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 bb1b362b..8e800ca0 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!