소스 검색

minor change

master
goldfishh 1 년 전
부모
커밋
bf02a59aec
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -2
      plugins/tool/tool.py
  2. +1
    -1
      requirements.txt

+ 3
- 2
plugins/tool/tool.py 파일 보기

@@ -88,9 +88,10 @@ class Tool(Plugin):
logger.exception(e)
logger.error(str(e))

_reply = "请你随机用一种聊天风格,提醒用户:这个问题你无法处理"
e_context['context'].content = "这个问题tool插件暂时无法处理"
reply.type = ReplyType.ERROR
e_context.action = EventAction.BREAK
e_context.action = EventAction.CONTINUE
return

reply.content = _reply
e_context['reply'] = reply


+ 1
- 1
requirements.txt 파일 보기

@@ -14,4 +14,4 @@ wechaty_puppet>=0.4.23
chardet>=5.1.0
SpeechRecognition
tiktoken>=0.3.2
chatgpt_tool_hub>=0.2.2
chatgpt_tool_hub>=0.2.3

Loading…
취소
저장