mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-15 07:48:24 -04:00
chore: use DeepSeek for beta conflicts (#41669)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d62e50075a
commit
d041eee55c
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user