From 87d3ce099f567aa54ef70d63e20fed63fb5aaf8d Mon Sep 17 00:00:00 2001 From: Eduardo Rezende Date: Sun, 17 Aug 2025 00:12:50 -0300 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8Frefactor:=20Update=20appsetti?= =?UTF-8?q?ngs.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updating OutputPath default value --- appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appsettings.json b/appsettings.json index 7b6bd5d..ca0002c 100644 --- a/appsettings.json +++ b/appsettings.json @@ -3,7 +3,7 @@ "OwnerEmail": "example@email.com", "OwnerName": "Your Name", "Culture": "en-US", - "OutputPath": "Datas", + "OutputPath": "AutoDoc-Reports", "CompletionsUri": "http://localhost:1234/v1/chat/completions", "DelayMilliseconds": 20000, "ModelTemperature": 0.5,