tommy24 commited on
Commit
5fcd1f6
·
1 Parent(s): f4685d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1005,7 +1005,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
1005
  completion = openai.ChatCompletion.create(
1006
  model="gpt-3.5-turbo",
1007
  messages=messages,
1008
- functions = get_openai_funcs(),
1009
  function_call = "auto",
1010
  )
1011
 
 
1005
  completion = openai.ChatCompletion.create(
1006
  model="gpt-3.5-turbo",
1007
  messages=messages,
1008
+ functions = main,
1009
  function_call = "auto",
1010
  )
1011