From 4f814b64554cbeca7d43d65a35cbbf5cb667bb81 Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Wed, 26 Feb 2025 22:23:28 +0800 Subject: [PATCH] fix config --- src/plugins/chat/bot_config copy.toml | 33 --------------------------- 1 file changed, 33 deletions(-) delete mode 100644 src/plugins/chat/bot_config copy.toml diff --git a/src/plugins/chat/bot_config copy.toml b/src/plugins/chat/bot_config copy.toml deleted file mode 100644 index 48b0fa6b5..000000000 --- a/src/plugins/chat/bot_config copy.toml +++ /dev/null @@ -1,33 +0,0 @@ -[database] -host = "127.0.0.1" -port = 27017 -name = "MegBot" - -[bot] -qq = 1 - -[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 - - -[groups] -read_allowed = [ - 1 -] - -talk_allowed = [ - 1 -] - -talk_frequency_down = [ - 1 -]