From 706a239232b6ebd8036bad2483fa53b338656709 Mon Sep 17 00:00:00 2001 From: qingxu fu <505030475@qq.com> Date: Wed, 25 Oct 2023 11:56:20 +0800 Subject: [PATCH] =?UTF-8?q?Newbing=E7=BB=84=E4=BB=B6=E5=B7=B2=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- request_llm/bridge_newbingfree.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/request_llm/bridge_newbingfree.py b/request_llm/bridge_newbingfree.py index cc6e9b7..c606645 100644 --- a/request_llm/bridge_newbingfree.py +++ b/request_llm/bridge_newbingfree.py @@ -141,10 +141,10 @@ class NewBingHandle(Process): except: self.success = False tb_str = '\n```\n' + trimmed_format_exc() + '\n```\n' - self.child.send(f'[Local Message] 不能加载Newbing组件。{tb_str}') + self.child.send(f'[Local Message] 不能加载Newbing组件,请注意Newbing组件已不再维护。{tb_str}') self.child.send('[Fail]') self.child.send('[Finish]') - raise RuntimeError(f"不能加载Newbing组件。") + raise RuntimeError(f"不能加载Newbing组件,请注意Newbing组件已不再维护。") self.success = True try: