From ebee62e9b48b0bd60e2314ba6ac3984d2a4261d1 Mon Sep 17 00:00:00 2001 From: jramos Date: Thu, 5 Feb 2026 15:06:30 -0700 Subject: [PATCH] Update openclaw.json --- openclaw.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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": {