diff --git a/sum4all.py b/sum4all.py index 81bc701..d5a433c 100644 --- a/sum4all.py +++ b/sum4all.py @@ -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发送内容总结请求")