Compare commits

..

No commits in common. "d6d3e2f3afdcb9aac201123424459f8a5467a138" and "7c724d8177f72fbb236d7012a9c998d4ea521808" have entirely different histories.

2 changed files with 0 additions and 2 deletions

1
.gitignore vendored

@ -6,4 +6,3 @@ __pycache__
.zed
pyproject.toml
.ropeproject
generated_files/*

@ -3,7 +3,6 @@ from ollama import Client
import chromadb
from langchain_ollama import ChatOllama
class OllamaGenerator:
def __init__(self, title: str, content: str, inner_title: str):