Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,8 @@ def respond(
|
|
22 |
temperature,
|
23 |
top_p,
|
24 |
):
|
25 |
-
messages = [{"role": "system", "content": system_message}]
|
|
|
26 |
|
27 |
for val in history:
|
28 |
if val[0]:
|
|
|
22 |
temperature,
|
23 |
top_p,
|
24 |
):
|
25 |
+
#messages = [{"role": "system", "content": system_message}] #system not supported
|
26 |
+
messages = []
|
27 |
|
28 |
for val in history:
|
29 |
if val[0]:
|