From 1836102eeeece06fe32d8d2abe5b847ba8377ccf Mon Sep 17 00:00:00 2001 From: Jarvis Date: Thu, 5 Feb 2026 13:48:52 -0700 Subject: [PATCH] Add Ollama auth profile and enable gateway restart --- openclaw.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/openclaw.json b/openclaw.json index 9004c35..d05c006 100644 --- a/openclaw.json +++ b/openclaw.json @@ -17,11 +17,6 @@ "anthropic:default": { "provider": "anthropic", "mode": "token" - }, - "ollama:local": { - "provider": "ollama", - "mode": "http", - "endpoint": "http://192.168.1.81:11434" } } }, @@ -59,7 +54,8 @@ }, "commands": { "native": "auto", - "nativeSkills": "auto" + "nativeSkills": "auto", + "restart": true }, "channels": { "discord": {