mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-21 22:27:13 +08:00
fix a minor typo
This commit is contained in:
@@ -110,7 +110,7 @@ class ChatGPTBot(Bot):
|
|||||||
if retry_count < 1:
|
if retry_count < 1:
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
logger.warn("[OPEN_AI] ImgCreate RateLimit exceed, 第{}次重试".format(retry_count+1))
|
logger.warn("[OPEN_AI] ImgCreate RateLimit exceed, 第{}次重试".format(retry_count+1))
|
||||||
return self.reply_text(query, retry_count+1)
|
return self.create_img(query, retry_count+1)
|
||||||
else:
|
else:
|
||||||
return "提问太快啦,请休息一下再问我吧"
|
return "提问太快啦,请休息一下再问我吧"
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user