mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 02:08:31 +00:00
ci: specify opencode/kimi-k2.5 model in beta script to ensure consistent PR processing
This commit is contained in:
parent
a487f11a30
commit
0b3fb5d460
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ async function fix(pr: PR, files: string[]) {
|
|||
].join("\n")
|
||||
|
||||
try {
|
||||
await $`opencode run ${prompt}`
|
||||
await $`opencode run -m opencode/kimi-k2.5 ${prompt}`
|
||||
} catch (err) {
|
||||
console.log(` opencode failed: ${err}`)
|
||||
return false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue