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