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:
parent
a48372ce5d
commit
52bd7f6660
1 changed files with 1 additions and 1 deletions
2
.github/codex/home/config.toml
vendored
2
.github/codex/home/config.toml
vendored
|
|
@ -1,3 +1,3 @@
|
|||
model = "o3"
|
||||
model = "gpt-5"
|
||||
|
||||
# Consider setting [mcp_servers] here!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue