Update openclaw.json

This commit is contained in:
2026-02-05 15:06:30 -07:00
parent 5b9b30504c
commit ebee62e9b4

View File

@@ -17,6 +17,11 @@
"anthropic:default": { "anthropic:default": {
"provider": "anthropic", "provider": "anthropic",
"mode": "token" "mode": "token"
},
"ollama:default": {
"provider": "ollama",
"baseUrl": "http://192.168.1.240:11434/v1",
"apiKey": "ollama"
} }
} }
}, },