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.
This commit is contained in:
Michael Bolin
2025-08-11 15:08:58 -07:00
committed by GitHub
parent a48372ce5d
commit 52bd7f6660

View File

@@ -1,3 +1,3 @@
model = "o3"
model = "gpt-5"
# Consider setting [mcp_servers] here!