Add Ollama auth profile and enable gateway restart

This commit is contained in:
Jarvis
2026-02-05 13:48:52 -07:00
parent f8c8b0dfbb
commit 1836102eee

View File

@@ -17,11 +17,6 @@
"anthropic:default": { "anthropic:default": {
"provider": "anthropic", "provider": "anthropic",
"mode": "token" "mode": "token"
},
"ollama:local": {
"provider": "ollama",
"mode": "http",
"endpoint": "http://192.168.1.81:11434"
} }
} }
}, },
@@ -59,7 +54,8 @@
}, },
"commands": { "commands": {
"native": "auto", "native": "auto",
"nativeSkills": "auto" "nativeSkills": "auto",
"restart": true
}, },
"channels": { "channels": {
"discord": { "discord": {