Spaces:
Paused
Paused
fix
Browse files
app.py
CHANGED
@@ -38,8 +38,8 @@ def generate(
|
|
38 |
conversation = []
|
39 |
current_input = ""
|
40 |
for user, assistant in chat_history:
|
41 |
-
|
42 |
-
|
43 |
|
44 |
current_input += message
|
45 |
|
|
|
38 |
conversation = []
|
39 |
current_input = ""
|
40 |
for user, assistant in chat_history:
|
41 |
+
current_input += user
|
42 |
+
current_input += assistant
|
43 |
|
44 |
current_input += message
|
45 |
|