We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd35b1 commit 6320a9aCopy full SHA for 6320a9a
1 file changed
backend/open_webui/utils/middleware.py
@@ -479,7 +479,6 @@ def handle_responses_streaming_event(
479
pass
480
else:
481
item["content"].append(part)
482
- item["content"].append(part)
483
return new_output, None
484
return current_output, None
485
0 commit comments