mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
fix zhipuAI stream issue (#825)
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -162,7 +162,7 @@ def completion():
|
||||
return resp
|
||||
|
||||
else:
|
||||
ans = chat(dia, msg, False, **req)
|
||||
ans = chat(dia, msg, **req)
|
||||
fillin_conv(ans)
|
||||
ConversationService.update_by_id(conv.id, conv.to_dict())
|
||||
return get_json_result(data=ans)
|
||||
|
||||
Reference in New Issue
Block a user