From 7a846935a1dc66906df350b3a739033f6cdcb2d3 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Mon, 7 Jul 2025 00:00:59 +0200 Subject: [PATCH] Replaced local IP address with localhost --- src/Server/appsettings.Development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server/appsettings.Development.json b/src/Server/appsettings.Development.json index eb06731..3260092 100644 --- a/src/Server/appsettings.Development.json +++ b/src/Server/appsettings.Development.json @@ -27,7 +27,7 @@ "AiProviders": { "ollama": { "handler": "ollama", - "baseURL": "http://192.168.0.101:11434" + "baseURL": "http://localhost:11434" }, "localAI": { "handler": "openai",