Switch default model to OpenAI compatible LiteLLM

This commit is contained in:
2026-02-27 18:29:15 +01:00
parent baa4c2042e
commit 2f36eb3db4

View File

@@ -14,6 +14,7 @@
"tool_permissions": { "default": "allow" }, "tool_permissions": { "default": "allow" },
"default_profile": "write", "default_profile": "write",
"default_model": { "default_model": {
"enable_thinking": true,
"provider": "anthropic", "provider": "anthropic",
"model": "claude-haiku-4-5-thinking-latest" "model": "claude-haiku-4-5-thinking-latest"
}, },