소스 검색

Merge pull request #395 from goldfishh/master

fix a minor typo
develop
zhayujie GitHub 1 년 전
부모
커밋
e6112568ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bot/chatgpt/chat_gpt_bot.py

+ 1
- 1
bot/chatgpt/chat_gpt_bot.py 파일 보기

@@ -110,7 +110,7 @@ class ChatGPTBot(Bot):
if retry_count < 1:
time.sleep(5)
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:
return "提问太快啦,请休息一下再问我吧"
except Exception as e:


Loading…
취소
저장