From 4f63a3982e8c1763ebb78c33bbd5a6b86135aac2 Mon Sep 17 00:00:00 2001 From: yhjun1026 <460342015@qq.com> Date: Tue, 29 Aug 2023 17:15:32 +0800 Subject: [PATCH] feat(editor): ChatExcel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔥ChatExcel Mode Complete --- pilot/out_parser/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pilot/out_parser/base.py b/pilot/out_parser/base.py index d57840d04..58bc7d12f 100644 --- a/pilot/out_parser/base.py +++ b/pilot/out_parser/base.py @@ -127,7 +127,6 @@ class BaseOutputParser(ABC): ai_response.strip() .replace("\\n", " ") .replace("\n", " ") - .replace("\\", " ") ) print("un_stream ai response:", ai_response) return ai_response