mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
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:
committed by
GitHub
Unverified
parent
a48372ce5d
commit
52bd7f6660
@@ -1,3 +1,3 @@
|
||||
model = "o3"
|
||||
model = "gpt-5"
|
||||
|
||||
# Consider setting [mcp_servers] here!
|
||||
|
||||
Reference in New Issue
Block a user