Spaces:
Running
Running
peterpeter8585
commited on
Commit
•
a20cdd1
1
Parent(s):
bebb0a7
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def respond(
|
|
13 |
temperature,
|
14 |
top_p,
|
15 |
):
|
16 |
-
messages = [{"role": "system", "content": "Your name is
|
17 |
|
18 |
for val in history:
|
19 |
if val[0]:
|
|
|
13 |
temperature,
|
14 |
top_p,
|
15 |
):
|
16 |
+
messages = [{"role": "system", "content": "Your name is Chatchat.And, you have to follow the instrutions.There could be no instructions or there is a instruction.The instructions: "+system_message}]
|
17 |
|
18 |
for val in history:
|
19 |
if val[0]:
|