mirror of https://github.com/Mai-with-u/MaiBot.git
Update expression_learner.py
parent
0367dae824
commit
3ab9b8def5
|
|
@ -51,7 +51,7 @@ def init_prompt() -> None:
|
|||
当"想说明某个具体的事实观点,但懒得明说,或者不便明说,或表达一种默契",使用"懂的都懂"
|
||||
当"当涉及游戏相关时,表示意外的夸赞,略带戏谑意味"时,使用"这么强!"
|
||||
|
||||
注意不要总结你自己(SELF)的发言
|
||||
请注意:不要总结你自己(SELF)的发言
|
||||
现在请你概括
|
||||
"""
|
||||
Prompt(learn_style_prompt, "learn_style_prompt")
|
||||
|
|
@ -524,7 +524,7 @@ class ExpressionLearner:
|
|||
chat_str=random_msg_str,
|
||||
)
|
||||
|
||||
logger.info(f"学习{type_str}的prompt: {prompt}")
|
||||
logger.debug(f"学习{type_str}的prompt: {prompt}")
|
||||
|
||||
try:
|
||||
response, _ = await self.express_learn_model.generate_response_async(prompt)
|
||||
|
|
|
|||
Loading…
Reference in New Issue