Skip to content

Commit f9d2254

Browse files
author
yaojin
committed
save db chinese
1 parent d0bcfe5 commit f9d2254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/bisheng/api/v1/endpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ async def process_flow(
257257
chat_id=session_id,
258258
category='question',
259259
flow_id=flow_id,
260-
message=json.dumps(inputs))
260+
message=json.dumps(inputs, ensure_ascii=False))
261261
message = ChatMessage(user_id=login_user.user_id,
262262
is_bot=True,
263263
chat_id=session_id,

0 commit comments

Comments
 (0)