Parcourir la source

Update chat_gpt_bot.py

master
resphina GitHub il y a 1 an
Parent
révision
c6e31b2fdc
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. +0
    -1
      bot/chatgpt/chat_gpt_bot.py

+ 0
- 1
bot/chatgpt/chat_gpt_bot.py Voir le fichier

@@ -106,7 +106,6 @@ class ChatGPTBot(Bot, OpenAIImage):
reply = Reply(ReplyType.ERROR, "Bot不支持处理{}类型的消息".format(context.type))
return reply


def reply_text(self, session: ChatGPTSession, api_key=None, args=None, retry_count=0) -> dict:
"""
call openai's ChatCompletion to get the answer


Chargement…
Annuler
Enregistrer