Compare commits
No commits in common. "d6d3e2f3afdcb9aac201123424459f8a5467a138" and "7c724d8177f72fbb236d7012a9c998d4ea521808" have entirely different histories.
d6d3e2f3af
...
7c724d8177
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,4 +6,3 @@ __pycache__
|
|||||||
.zed
|
.zed
|
||||||
pyproject.toml
|
pyproject.toml
|
||||||
.ropeproject
|
.ropeproject
|
||||||
generated_files/*
|
|
||||||
|
@ -3,7 +3,6 @@ from ollama import Client
|
|||||||
import chromadb
|
import chromadb
|
||||||
from langchain_ollama import ChatOllama
|
from langchain_ollama import ChatOllama
|
||||||
|
|
||||||
|
|
||||||
class OllamaGenerator:
|
class OllamaGenerator:
|
||||||
|
|
||||||
def __init__(self, title: str, content: str, inner_title: str):
|
def __init__(self, title: str, content: str, inner_title: str):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user