remove repo reference

This commit is contained in:
armistace 2025-06-05 01:02:42 +10:00
parent 60f7473297
commit 0594ea54aa

@ -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)