codys12 commited on
Commit
a5f97a2
1 Parent(s): 60682e7
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ def generate(
38
  conversation = []
39
  current_input = ""
40
  for user, assistant in chat_history:
41
- input += user
42
- input += assistant
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