ci: switch beta script to gpt-5.3-codex for improved code generation quality
This commit is contained in:
parent
0b3fb5d460
commit
6af7ddf03b
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ async function fix(pr: PR, files: string[]) {
|
||||||
].join("\n")
|
].join("\n")
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await $`opencode run -m opencode/kimi-k2.5 ${prompt}`
|
await $`opencode run -m opencode/gpt-5.3-codex ${prompt}`
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log(` opencode failed: ${err}`)
|
console.log(` opencode failed: ${err}`)
|
||||||
return false
|
return false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue