NeoPy commited on
Commit
1301104
·
verified ·
1 Parent(s): ebf74d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def generate_response(messages, apikey):
87
  )
88
  if chat_completion.choices and hasattr(chat_completion.choices[0].message, "content"):
89
  return chat_completion.choices[0].message.content
90
- return ""
91
 
92
 
93
  @gpu_decorator
 
87
  )
88
  if chat_completion.choices and hasattr(chat_completion.choices[0].message, "content"):
89
  return chat_completion.choices[0].message.content
90
+ return chat_completion.choices[0].message.content
91
 
92
 
93
  @gpu_decorator