mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-15 06:53:12 +00:00
Merge remote-tracking branch 'origin/TY_08_DEV_NEW' into dbgpt_api
This commit is contained in:
commit
54ce53326c
@ -127,7 +127,6 @@ class BaseOutputParser(ABC):
|
|||||||
ai_response.strip()
|
ai_response.strip()
|
||||||
.replace("\\n", " ")
|
.replace("\\n", " ")
|
||||||
.replace("\n", " ")
|
.replace("\n", " ")
|
||||||
.replace("\\", " ")
|
|
||||||
)
|
)
|
||||||
print("un_stream ai response:", ai_response)
|
print("un_stream ai response:", ai_response)
|
||||||
return ai_response
|
return ai_response
|
||||||
|
Loading…
Reference in New Issue
Block a user