Sfoglia il codice sorgente

Update chat_gpt_bot.py

master
resphina GitHub 1 anno fa
parent
commit
c6e31b2fdc
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      bot/chatgpt/chat_gpt_bot.py

+ 0
- 1
bot/chatgpt/chat_gpt_bot.py Vedi File

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


Loading…
Annulla
Salva