chore: use DeepSeek for beta conflicts (#41669)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
This commit is contained in:
parent
d62e50075a
commit
d041eee55c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
import { $ } from "bun"
|
||||
import fs from "fs/promises"
|
||||
|
||||
const model = "opencode/gpt-5.3-codex"
|
||||
const model = "opencode/deepseek-v4-flash"
|
||||
|
||||
interface PR {
|
||||
number: number
|
||||
|
|
|
|||
Loading…
Reference in a new issue