Compare commits

...

9 Commits

Author SHA1 Message Date
d6d3e2f3af env set up for remote 2025-05-30 16:56:15 +10:00
0fc39350b0 fixing more merge conflicts 2025-05-30 16:55:11 +10:00
0e71556c15 env vars and starting work on repo_manager 2025-05-30 16:54:00 +10:00
=
9c9451d4e5 latest commits 2025-05-30 16:50:53 +10:00
=
3165a9ae08 getting gemma3 in the mix 2025-05-30 16:49:28 +10:00
=
99c3cbdb7f set up chroma 2025-05-30 16:46:41 +10:00
ce24a011ed cleanup directory 2025-05-30 16:45:39 +10:00
ae96075275 env set up for remote 2025-05-30 16:45:03 +10:00
641f11e0aa get rid of think tags 2025-05-30 16:44:31 +10:00
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

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

View File

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