From ba962297f11a40892189aefc025f5f9d6e526c33 Mon Sep 17 00:00:00 2001 From: taylor <=> Date: Fri, 13 Dec 2024 11:21:48 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E5=A2=9E=E5=8A=A0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=9B=B4=E6=96=B0=E5=92=8C=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maubot_llmplus/plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maubot_llmplus/plugin.py b/maubot_llmplus/plugin.py index 6430002..4eb6105 100644 --- a/maubot_llmplus/plugin.py +++ b/maubot_llmplus/plugin.py @@ -35,6 +35,8 @@ class Config(BaseProxyConfig): helper.copy("system_prompt") helper.copy("platforms") helper.copy("additional_prompt") + helper.copy("allow_update_read_command_users") + helper.copy("allow_readonly_command_users") self.cur_platform = helper.base['use_platform'] if helper.base['use_platform'] != 'local_ai' else \ f"{helper.base['use_platform']}#{helper.base['platforms']['local_ai']['type']}"