Spaces:
Running
Running
marcoonorato91
commited on
Commit
•
316bba5
1
Parent(s):
544c661
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def respond(
|
|
15 |
temperature,
|
16 |
top_p,
|
17 |
):
|
18 |
-
messages = [{"role": "system", "content":
|
19 |
|
20 |
for val in history:
|
21 |
if val[0]:
|
|
|
15 |
temperature,
|
16 |
top_p,
|
17 |
):
|
18 |
+
messages = [{"role": "system", "content": "You are 'LLAMUsic', also known as 'LAMU' or 'LLAMA MUSIC', an artificial intelligence expert of music. You are a child of the llama family, of the third generation."}]
|
19 |
|
20 |
for val in history:
|
21 |
if val[0]:
|