v0.1.5推理界面的ui
想用gradio写个ui,无果 放弃 写了一个单独的推理界面可视化ui,有bug之后修
This commit is contained in:
33
src/plugins/chat/bot_config_toml
Normal file
33
src/plugins/chat/bot_config_toml
Normal file
@@ -0,0 +1,33 @@
|
||||
[database]
|
||||
host = "127.0.0.1"
|
||||
port = 27017
|
||||
name = "MegBot"
|
||||
|
||||
[bot]
|
||||
qq = #填入你的机器人QQ
|
||||
|
||||
[message]
|
||||
min_text_length = 2
|
||||
max_context_size = 15
|
||||
emoji_chance = 0.2
|
||||
|
||||
[emoji]
|
||||
check_interval = 120
|
||||
register_interval = 10
|
||||
|
||||
[response]
|
||||
model_r1_probability = 0.2 #使用R1回复的概率(没启用)
|
||||
|
||||
|
||||
[groups]
|
||||
read_allowed = [
|
||||
#可以读取消息的群
|
||||
]
|
||||
|
||||
talk_allowed = [
|
||||
#可以回复消息的群
|
||||
]
|
||||
|
||||
talk_frequency_down = [
|
||||
#降低回复频率的群
|
||||
]
|
||||
Reference in New Issue
Block a user