Skip to content

Commit

Permalink
更新英文帮助说明
Browse files Browse the repository at this point in the history
  • Loading branch information
fatwang2 committed Mar 16, 2024
1 parent 3d1e1fb commit 288f98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sum4all.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def handle_perplexity(self, content, e_context):
e_context["reply"] = reply
e_context.action = EventAction.BREAK_PASS
def get_help_text(self, **kwargs):
help_text = "为你总结一切,发送链接、图片、文件,或直接搜索,一切都能为你总结\n"
help_text = "Help you summarize all things\n"
return help_text
def handle_file(self, content, e_context):
logger.info("handle_file: 向LLM发送内容总结请求")
Expand Down

0 comments on commit 288f98f

Please sign in to comment.