Replaced local IP address with localhost

This commit is contained in:
2025-07-07 00:00:59 +02:00
parent b596695fd9
commit 7a846935a1

View File

@@ -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",