Add Ollama auth profile and enable gateway restart
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user