better:升级自我回复的prompt

This commit is contained in:
SengokuCola
2025-09-14 17:14:34 +08:00
parent 2533a46759
commit 328bc796da
3 changed files with 82 additions and 44 deletions

View File

@@ -34,9 +34,11 @@ from src.plugin_system.apis import llm_api
from src.chat.replyer.lpmm_prompt import init_lpmm_prompt
from src.chat.replyer.replyer_prompt import init_replyer_prompt
from src.chat.replyer.rewrite_prompt import init_rewrite_prompt
init_lpmm_prompt()
init_replyer_prompt()
init_rewrite_prompt()
logger = get_logger("replyer")