mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
fix(aichat): rate print error
This commit is contained in:
parent
3302d8d295
commit
13aaaba8f3
@ -270,7 +270,7 @@ func init() {
|
|||||||
ctx.SendChain(
|
ctx.SendChain(
|
||||||
message.Text(
|
message.Text(
|
||||||
"【当前AI聊天本群配置】\n",
|
"【当前AI聊天本群配置】\n",
|
||||||
"• 触发概率:", stor.rate(), "\n",
|
"• 触发概率:", int(stor.rate()), "\n",
|
||||||
"• 温度:", stor.temp(), "\n",
|
"• 温度:", stor.temp(), "\n",
|
||||||
"• 以AI语音输出:", ModelBool(!stor.norecord()), "\n",
|
"• 以AI语音输出:", ModelBool(!stor.norecord()), "\n",
|
||||||
"• 使用Agent:", ModelBool(!stor.noagent()), "\n",
|
"• 使用Agent:", ModelBool(!stor.noagent()), "\n",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user