From 0342cff64f1da03fe33a720a7399f29b914e42d7 Mon Sep 17 00:00:00 2001 From: "DEEUSEW\\DESCMANU" Date: Sat, 30 May 2026 13:23:30 +0200 Subject: [PATCH] Fix dictionary path to use vault-relative config --- MeetingAssistant/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MeetingAssistant/appsettings.json b/MeetingAssistant/appsettings.json index dfb9ced..cef7335 100644 --- a/MeetingAssistant/appsettings.json +++ b/MeetingAssistant/appsettings.json @@ -11,7 +11,7 @@ "AssistantContextFolder": "Meetings\\Assistant Context", "SummariesFolder": "Meetings\\Summaries", "ProjectsFolder": "Projects", - "DictationWordsPath": "C:\\Users\\masc3\\OpenCloud\\Persönlich\\Vault\\Exxeta\\Meetings\\Dictionary.md" + "DictationWordsPath": "Meetings\\Dictionary.md" }, "Recording": { "TranscriptionProvider": "azure-speech",