Compare commits
9 Commits
7c724d8177
...
d6d3e2f3af
| Author | SHA1 | Date | |
|---|---|---|---|
| d6d3e2f3af | |||
| 0fc39350b0 | |||
| 0e71556c15 | |||
|
|
9c9451d4e5 | ||
|
|
3165a9ae08 | ||
|
|
99c3cbdb7f | ||
| ce24a011ed | |||
| ae96075275 | |||
| 641f11e0aa |
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ __pycache__
|
||||
.zed
|
||||
pyproject.toml
|
||||
.ropeproject
|
||||
generated_files/*
|
||||
|
||||
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user