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
@@ -25,7 +25,7 @@ def col(cfg):
except Exception: return False
def get_cfg(path="model.cfg"):
d = {"endpoint": "https://opencode.ai/zen/v1", "model": "deepseek-v4-flash-free", "temperature": "0.7", "api_key": "-", "timeout": "60", "shell_timeout": "120", "max_al_iterations": "1000", "stream": "true", "color": "auto"}
d = {"endpoint": "https://opencode.ai/zen/v1", "model": "big-pickle", "temperature": "0.7", "api_key": "-", "timeout": "60", "shell_timeout": "120", "max_al_iterations": "1000", "stream": "true", "color": "auto"}
if os.path.exists(path):
for ln in open(path, encoding="utf-8"):
ln = ln.strip()