Explorar el Código

fix a minor typo

master
goldfishh hace 1 año
padre
commit
55fe38d5fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bot/chatgpt/chat_gpt_bot.py

+ 1
- 1
bot/chatgpt/chat_gpt_bot.py Ver fichero

@@ -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:


Cargando…
Cancelar
Guardar