mirror of https://github.com/Mai-with-u/MaiBot.git
pull/710/head
parent
44a1a93e9a
commit
eefce3a04b
|
|
@ -197,6 +197,7 @@ class ReasoningChat:
|
||||||
return
|
return
|
||||||
|
|
||||||
# 获取回复概率
|
# 获取回复概率
|
||||||
|
is_willing = False
|
||||||
if reply_probability != 1:
|
if reply_probability != 1:
|
||||||
is_willing = True
|
is_willing = True
|
||||||
reply_probability = await willing_manager.get_reply_probability(message.message_info.message_id)
|
reply_probability = await willing_manager.get_reply_probability(message.message_info.message_id)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue