AtomdffAI commited on
Commit
fe4ad15
1 Parent(s): 17617e4

Update bot/chatgpt/chat_gpt_bot.py

Browse files
Files changed (1) hide show
  1. bot/chatgpt/chat_gpt_bot.py +1 -1
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: