mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 09:16:19 +00:00
Formatting and stuff
This commit is contained in:
@@ -15,7 +15,7 @@ class ShowerThoughtsScriptEngine(BaseScriptEngine):
|
||||
self.n_sentences = options[0]
|
||||
super().__init__()
|
||||
|
||||
def generate(self) -> str:
|
||||
def generate(self):
|
||||
sys_prompt, chat_prompt = get_prompt(
|
||||
"shower_thoughts",
|
||||
location=os.path.join(
|
||||
|
||||
Reference in New Issue
Block a user