Replaced local IP address with localhost
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
"AiProviders": {
|
"AiProviders": {
|
||||||
"ollama": {
|
"ollama": {
|
||||||
"handler": "ollama",
|
"handler": "ollama",
|
||||||
"baseURL": "http://192.168.0.101:11434"
|
"baseURL": "http://localhost:11434"
|
||||||
},
|
},
|
||||||
"localAI": {
|
"localAI": {
|
||||||
"handler": "openai",
|
"handler": "openai",
|
||||||
|
|||||||
Reference in New Issue
Block a user