abi-codes commited on
Commit
48043d0
·
verified ·
1 Parent(s): 88563c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def respond(message, history):
15
 
16
 
17
  if history:
18
- messages.extend(history)
19
 
20
  response = client.chat_completion(messages, max_tokens=100)
21
 
 
15
 
16
 
17
  if history:
18
+ messages.extend(history)
19
 
20
  response = client.chat_completion(messages, max_tokens=100)
21