瀏覽代碼

Update chat_gpt_bot.py

master
resphina GitHub 1 年之前
父節點
當前提交
c6e31b2fdc
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. +0
    -1
      bot/chatgpt/chat_gpt_bot.py

+ 0
- 1
bot/chatgpt/chat_gpt_bot.py 查看文件

@@ -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…
取消
儲存