switched to openrouter/free as the default model

This commit is contained in:
Luxferre
2026-09-01 16:29:00 +03:00
parent ad1b6efcd5
commit f17f15aea8
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ var llmTransport = &http.Transport{
DialContext: (&net.Dialer{Timeout: 300 * time.Second}).DialContext,
}
var defCfg = Cfg{"https://api.kilo.ai/api/openrouter", "kilo-auto/free", "-", 0.7, 300, 120, 1000, true, "auto", 262144, nil}
var defCfg = Cfg{"https://api.kilo.ai/api/openrouter", "openrouter/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 {