Merge pull request #677 from yinwm/refactor/model-to-model-name

refactor(config): rename model field to model_name
This commit is contained in:
daming大铭
2026-02-24 19:05:40 +08:00
committed by GitHub
19 changed files with 169 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"defaults": {
"workspace": "~/.picoclaw/workspace",
"restrict_to_workspace": true,
"model": "gpt4",
"model_name": "gpt4",
"max_tokens": 8192,
"temperature": 0.7,
"max_tool_iterations": 20