62 lines
1.1 KiB
TOML
62 lines
1.1 KiB
TOML
[bot]
|
|
qq = 123
|
|
nickname = "麦麦"
|
|
|
|
[message]
|
|
min_text_length = 2
|
|
max_context_size = 15
|
|
emoji_chance = 0.2
|
|
|
|
[emoji]
|
|
check_interval = 120
|
|
register_interval = 10
|
|
|
|
[cq_code]
|
|
enable_pic_translate = false
|
|
|
|
[response]
|
|
api_using = "siliconflow"
|
|
api_paid = true
|
|
model_r1_probability = 0.8
|
|
model_v3_probability = 0.1
|
|
model_r1_distill_probability = 0.1
|
|
|
|
[memory]
|
|
build_memory_interval = 300
|
|
|
|
[others]
|
|
enable_advance_output = true
|
|
|
|
[groups]
|
|
talk_allowed = [
|
|
123,
|
|
123,
|
|
]
|
|
talk_frequency_down = []
|
|
ban_user_id = []
|
|
|
|
[model.llm_reasoning]
|
|
name = "Pro/deepseek-ai/DeepSeek-R1"
|
|
base_url = "SILICONFLOW_BASE_URL"
|
|
key = "SILICONFLOW_KEY"
|
|
|
|
[model.llm_reasoning_minor]
|
|
name = "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B"
|
|
base_url = "SILICONFLOW_BASE_URL"
|
|
key = "SILICONFLOW_KEY"
|
|
|
|
[model.llm_normal]
|
|
name = "Pro/deepseek-ai/DeepSeek-V3"
|
|
base_url = "SILICONFLOW_BASE_URL"
|
|
key = "SILICONFLOW_KEY"
|
|
|
|
[model.llm_normal_minor]
|
|
name = "deepseek-ai/DeepSeek-V2.5"
|
|
base_url = "SILICONFLOW_BASE_URL"
|
|
key = "SILICONFLOW_KEY"
|
|
|
|
[model.vlm]
|
|
name = "deepseek-ai/deepseek-vl2"
|
|
base_url = "SILICONFLOW_BASE_URL"
|
|
key = "SILICONFLOW_KEY"
|