updated default model to big-pickle

This commit is contained in:
Luxferre
2026-08-08 23:27:40 +03:00
parent 5807dd3cbf
commit bc6002235e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ type Cfg struct {
Color string
}
var defCfg = Cfg{"https://opencode.ai/zen/v1", "deepseek-v4-flash-free", "-", 0.7, 300, 120, 1000, true, "auto"}
var defCfg = Cfg{"https://opencode.ai/zen/v1", "big-pickle", "-", 0.7, 300, 120, 1000, true, "auto"}
func atoiD(s string, d int) int {
if v, e := strconv.Atoi(strings.TrimSpace(s)); e == nil {