Spaces:
Runtime error
Runtime error
Update bot/chatgpt/chat_gpt_bot.py
Browse files
bot/chatgpt/chat_gpt_bot.py
CHANGED
@@ -67,7 +67,7 @@ class ChatGPTBot(Bot):
|
|
67 |
# unknown exception
|
68 |
logger.exception(e)
|
69 |
Session.clear_session(user_id)
|
70 |
-
return "
|
71 |
|
72 |
def create_img(self, query, retry_count=0):
|
73 |
try:
|
|
|
67 |
# unknown exception
|
68 |
logger.exception(e)
|
69 |
Session.clear_session(user_id)
|
70 |
+
return "Sorry,AI也有时候出错……请再问一次。"
|
71 |
|
72 |
def create_img(self, query, retry_count=0):
|
73 |
try:
|