Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ if prompt := st.chat_input("What is up?"):
|
|
116 |
"""
|
117 |
final_response = call_chatgpt(query=engineered_prompt)
|
118 |
except:
|
119 |
-
final_response = "Sorry, the inference endpoint is temporarily
|
120 |
elif option == "ChatGPT":
|
121 |
if prompt:
|
122 |
out = call_chatgpt(query=prompt)
|
|
|
116 |
"""
|
117 |
final_response = call_chatgpt(query=engineered_prompt)
|
118 |
except:
|
119 |
+
final_response = "Sorry, the inference endpoint is temporarily down. 😔"
|
120 |
elif option == "ChatGPT":
|
121 |
if prompt:
|
122 |
out = call_chatgpt(query=prompt)
|