RockChinQ / revLibs

ChatGPT、Claude QQ 机器人,以插件形式为 QChatGPT 项目接入ChatGPT、Claude、Bard、gpt4free等接口的逆向工程库
209 stars 17 forks source link

更新后发送任何消息报错 AttributeError: 'str' object has no attribute 'fotmat' #13

Closed yb15276 closed 1 year ago

yb15276 commented 1 year ago
  File "G:\mcl\QChatGPT\.\plugins\revLibs\main.py", line 88, in normal_message_received
    reply_message = procmsg.process_message(session_name=kwargs['launcher_type']+"_"+str(kwargs['launcher_id']),
  File "G:\mcl\QChatGPT\.\plugins\revLibs\pkg\process\procmsg.py", line 83, in process_message
    raise e
  File "G:\mcl\QChatGPT\.\plugins\revLibs\pkg\process\procmsg.py", line 47, in process_message
    for section in session.get_reply(prompt):
  File "G:\mcl\QChatGPT\.\plugins\revLibs\pkg\process\revss.py", line 44, in get_reply
    logging.info("[rev] 使用情景预设:".fotmat(dprompt_))
AttributeError: 'str' object has no attribute 'fotmat'
RockChinQ commented 1 year ago

已修复,请更新