diff --git a/openclaw.json b/openclaw.json index d05c006..c01cfa0 100644 --- a/openclaw.json +++ b/openclaw.json @@ -17,7 +17,12 @@ "anthropic:default": { "provider": "anthropic", "mode": "token" - } + }, + "ollama:default": { + "provider": "ollama", + "baseUrl": "http://192.168.1.240:11434/v1", + "apiKey": "ollama" + } } }, "agents": {