From 2c927d6659e7d53357b00f9436b42e3af431c46a Mon Sep 17 00:00:00 2001 From: taylor <=> Date: Mon, 14 Oct 2024 13:49:15 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E5=A2=9E=E5=8A=A0=E5=88=87=E6=8D=A2ai?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maubot_llmplus/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maubot_llmplus/plugin.py b/maubot_llmplus/plugin.py index 22e17c9..6430002 100644 --- a/maubot_llmplus/plugin.py +++ b/maubot_llmplus/plugin.py @@ -37,5 +37,5 @@ class Config(BaseProxyConfig): helper.copy("additional_prompt") self.cur_platform = helper.base['use_platform'] if helper.base['use_platform'] != 'local_ai' else \ - f"{helper.base['use_platform']}#{helper.base['platforms'][helper.base['local_ai']['type']]}" + f"{helper.base['use_platform']}#{helper.base['platforms']['local_ai']['type']}" self.cur_model = helper.base['platforms'][helper.base['use_platform']]['model']