tommy24 commited on
Commit
53c56d6
·
1 Parent(s): 85a805b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1042,7 +1042,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
1042
  })
1043
  second_response = openai.ChatCompletion.create(
1044
  model="gpt-3.5-turbo",
1045
- messages=
1046
  )
1047
  print("YES_FUNCTION_CALL RESPONSE TRY (NO IMAGE)")
1048
  return second_response
 
1042
  })
1043
  second_response = openai.ChatCompletion.create(
1044
  model="gpt-3.5-turbo",
1045
+ messages=messages
1046
  )
1047
  print("YES_FUNCTION_CALL RESPONSE TRY (NO IMAGE)")
1048
  return second_response