feat(expression_selector): 添加温度采样功能以优化表达选择
feat(official_configs): 新增模型温度配置项以支持表达模型采样 chore(bot_config_template): 更新版本号并添加模型温度说明
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[inner]
|
||||
version = "7.9.8"
|
||||
version = "7.9.9"
|
||||
|
||||
#----以下是给开发人员阅读的,如果你只是部署了MoFox-Bot,不需要阅读----
|
||||
#如果你想要修改配置文件,请递增version的值
|
||||
@@ -134,6 +134,8 @@ compress_identity = false # 是否压缩身份,压缩后会精简身份信息
|
||||
# - "classic": 经典模式,随机抽样 + LLM选择
|
||||
# - "exp_model": 表达模型模式,使用机器学习模型预测最合适的表达
|
||||
mode = "classic"
|
||||
# model_temperature: 机器预测模式下的“温度”,0 为贪婪,越大越爱探索(更容易选到低分表达)
|
||||
model_temperature = 1.0
|
||||
|
||||
# expiration_days: 表达方式过期天数,超过此天数未激活的表达方式将被清理
|
||||
expiration_days = 1
|
||||
|
||||
Reference in New Issue
Block a user