mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-22 10:08:34 +00:00
feat(editor): ChatExcel
🔥ChatExcel Mode Complete
This commit is contained in:
parent
45500f8239
commit
4f63a3982e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user