switched to kilo-auto/free as the default model
This commit is contained in:
@@ -83,7 +83,7 @@ var llmTransport = &http.Transport{
|
||||
DialContext: (&net.Dialer{Timeout: 300 * time.Second}).DialContext,
|
||||
}
|
||||
|
||||
var defCfg = Cfg{"https://opencode.ai/zen/v1", "big-pickle", "-", 0.7, 300, 120, 1000, true, "auto", 262144, nil}
|
||||
var defCfg = Cfg{"https://api.kilo.ai/api/openrouter", "kilo-auto/free", "-", 0.7, 300, 120, 1000, true, "auto", 262144, nil}
|
||||
|
||||
func atoiD(s string, d int) int {
|
||||
if v, e := strconv.Atoi(strings.TrimSpace(s)); e == nil {
|
||||
|
||||
Reference in New Issue
Block a user