Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def respond(
|
|
12 |
temperature,
|
13 |
top_p,
|
14 |
):
|
15 |
-
messages = [{"role": "system", "content":
|
16 |
|
17 |
for val in history:
|
18 |
if val[0]:
|
|
|
12 |
temperature,
|
13 |
top_p,
|
14 |
):
|
15 |
+
messages = [{"role": "system", "content": systemmessage}]
|
16 |
|
17 |
for val in history:
|
18 |
if val[0]:
|