revaming to cli app lol
This commit is contained in:
12
modules/init.py
Normal file
12
modules/init.py
Normal 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.
|
||||
"""
|
||||
Reference in New Issue
Block a user