repo_work #1

Closed
armistace wants to merge 40 commits from repo_work into master
Showing only changes of commit c80f692cb0 - Show all commits

View File

@ -15,6 +15,7 @@ for note in tril_notes:
print(tril_notes[note]['title'])
# print(tril_notes[note]['content'])
print("Generating Document")
ai_gen = omg.OllamaGenerator(tril_notes[note]['title'],
tril_notes[note]['content'],
"qwen2.5:7b")