Spaces:
Runtime error
Runtime error
Commit
·
25a21df
1
Parent(s):
b78c4fb
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def format_prompt(message, history):
|
|
12 |
prompt += f"[INST] {message} [/INST]"
|
13 |
return prompt
|
14 |
|
15 |
-
def generate(prompt,history)
|
16 |
seed = random.randint(1,9999999999999)
|
17 |
|
18 |
system_prompt = prompts.SONG_WRITER
|
|
|
12 |
prompt += f"[INST] {message} [/INST]"
|
13 |
return prompt
|
14 |
|
15 |
+
def generate(prompt,history):
|
16 |
seed = random.randint(1,9999999999999)
|
17 |
|
18 |
system_prompt = prompts.SONG_WRITER
|