Spaces:
Running
Running
Update app.py
Browse files
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
|