MaiBot/src/plugins/built_in/vtb_plugin/config.toml

27 lines
485 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 虚拟主播情感表达插件配置文件
[plugin]
name = "vtb_plugin"
version = "0.1.0"
enabled = true
description = "虚拟主播情感表达插件"
# 组件启用控制
[components]
enable_vtb = true
# VTB动作配置
[vtb_action]
# 情感表达增强选项
enable_emotion_enhancement = true
max_text_length = 100
default_emotion = "平静"
# 激活概率控制Normal模式
random_activation_probability = 0.08
# 日志配置
[logging]
level = "INFO"
prefix = "[VTB]"