From 0594ea54aa94a76737b736d7113f71fda11ed674 Mon Sep 17 00:00:00 2001 From: armistace Date: Thu, 5 Jun 2025 01:02:42 +1000 Subject: [PATCH] remove repo reference --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index af4e19b..0540418 100644 --- a/src/main.py +++ b/src/main.py @@ -30,7 +30,7 @@ for note in tril_notes: ai_gen = omg.OllamaGenerator(os_friendly_title, tril_notes[note]['content'], tril_notes[note]['title']) - blog_path = f"blog_creator/generated_files/{os_friendly_title}.md" + blog_path = f"generated_files/{os_friendly_title}.md" ai_gen.save_to_file(blog_path)