We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a487f11 commit 0b3fb5dCopy full SHA for 0b3fb5d
1 file changed
script/beta.ts
@@ -60,7 +60,7 @@ async function fix(pr: PR, files: string[]) {
60
].join("\n")
61
62
try {
63
- await $`opencode run ${prompt}`
+ await $`opencode run -m opencode/kimi-k2.5 ${prompt}`
64
} catch (err) {
65
console.log(` opencode failed: ${err}`)
66
return false
0 commit comments