diff --git a/plugins/hello_world_plugin/plugin.py b/plugins/hello_world_plugin/plugin.py index 9f9257feb..078e2d367 100644 --- a/plugins/hello_world_plugin/plugin.py +++ b/plugins/hello_world_plugin/plugin.py @@ -202,7 +202,7 @@ class HelloWorldPlugin(BasePlugin): """一个包含四大核心组件和高级配置功能的入门示例插件。""" plugin_name = "hello_world_plugin" - enable_plugin = True + enable_plugin = False dependencies: ClassVar = [] python_dependencies: ClassVar = [] config_file_name = "config.toml" diff --git a/src/chat/replyer/default_generator.py b/src/chat/replyer/default_generator.py index 20f3dec91..c4e6f0670 100644 --- a/src/chat/replyer/default_generator.py +++ b/src/chat/replyer/default_generator.py @@ -62,7 +62,7 @@ def init_prompt(): {auth_role_prompt_block} 你正在{chat_target_2},{reply_target_block} -对这句话,你想表达,原句:{raw_reply},原因是:{reason}。你现在要思考怎么组织回复 +对这条消息,你想表达,原句:{raw_reply},原因是:{reason}。你现在要思考怎么组织回复 你现在的心情是:{mood_state} 你需要使用合适的语法和句法,参考聊天内容,组织一条日常且口语化的回复。请你修改你想表达的原句,符合你的表达风格和语言习惯 {reply_style},你可以完全重组回复,保留最基本的表达含义就好,但重组后保持语意通顺。