repo_work #1

Closed
armistace wants to merge 40 commits from repo_work into master
2 changed files with 8 additions and 0 deletions
Showing only changes of commit ae96075275 - Show all commits

4
.gitignore vendored
View File

@ -4,8 +4,12 @@ __pycache__
.aider*
.vscode
<<<<<<< HEAD
<<<<<<< HEAD
.zed
pyproject.toml
.ropeproject
=======
>>>>>>> e1a24af (get rid of think tags)
=======
generated_files/*
>>>>>>> d45f0be (env set up for remote)

View File

@ -21,6 +21,7 @@ for note in tril_notes:
print("Generating Document")
os_friendly_title = convert_to_lowercase_with_underscores(tril_notes[note]['title'])
<<<<<<< HEAD
ai_gen = omg.OllamaGenerator(os_friendly_title,
tril_notes[note]['content'],
tril_notes[note]['title'])
@ -32,3 +33,6 @@ for note in tril_notes:
git_pass = os.environ["GIT_PASS"]
repo_manager = git_repo.GitRepository("blog/", git_user, git_pass)
repo_manager.create_copy_commit_push(blog_path, os_friendly_title, commit_message)
=======
ai_gen.save_to_file(f"./generated_files/{os_friendly_title}.md")
>>>>>>> d45f0be (env set up for remote)