revaming to cli app lol

This commit is contained in:
2026-01-31 18:47:54 +01:00
parent cf79bdbbe6
commit 6263272435
22 changed files with 57 additions and 6848 deletions

0
modules/__init__.py Normal file
View File

12
modules/init.py Normal file
View File

@@ -0,0 +1,12 @@
from ollama import chat
class init():
def __init__(self) -> None:
pass
def generateMd(self):
pass
def generatePrompt(self) -> str:
return f"""You will give the user a markdown formatted project they can work on.
"""