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