tommy24 commited on
Commit
40afa82
·
1 Parent(s): 8fdfcb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ def function(Textbox, Textbox2, Textbox3, Dropdown):
195
  functions=functions,
196
  function_call="auto"
197
  )
198
- reply = chat.choices[0].message.content
199
  return reply
200
 
201
  functions = [
 
195
  functions=functions,
196
  function_call="auto"
197
  )
198
+ reply = chat.choices[0].message
199
  return reply
200
 
201
  functions = [