Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def chat(message, history, temperature, do_sample, max_tokens):
|
|
60 |
|
61 |
|
62 |
|
63 |
-
chat.insert(0, {"role"
|
64 |
|
65 |
chat.append({"role": "user", "content": message})
|
66 |
|
|
|
60 |
|
61 |
|
62 |
|
63 |
+
chat.insert(0, {"role": "system", "content": instruction})
|
64 |
|
65 |
chat.append({"role": "user", "content": message})
|
66 |
|