From 489e1c3233ba8f609caa1361884696a73179ff88 Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Wed, 26 Feb 2025 22:22:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=AF=B9bot=5Fconfig.toml?= =?UTF-8?q?=E7=9A=84=E8=BF=BD=E8=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/chat/bot_config.toml | 41 -------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 src/plugins/chat/bot_config.toml diff --git a/src/plugins/chat/bot_config.toml b/src/plugins/chat/bot_config.toml deleted file mode 100644 index a75f70454..000000000 --- a/src/plugins/chat/bot_config.toml +++ /dev/null @@ -1,41 +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 = [ - -] - -talk_allowed = [ - -] - -talk_frequency_down = [ - -] - -talk_allowed = [ - -] - -talk_frequency_down = [ - -]