mirror of
https://github.com/open-webui/open-webui
synced 2025-04-14 04:22:22 +00:00
refac
This commit is contained in:
parent
75b18f92b9
commit
c714bd8739
@ -1079,8 +1079,6 @@ async def process_chat_response(
|
|||||||
for filter_id in get_sorted_filter_ids(model)
|
for filter_id in get_sorted_filter_ids(model)
|
||||||
]
|
]
|
||||||
|
|
||||||
print(f"{filter_functions=}")
|
|
||||||
|
|
||||||
# Streaming response
|
# Streaming response
|
||||||
if event_emitter and event_caller:
|
if event_emitter and event_caller:
|
||||||
task_id = str(uuid4()) # Create a unique task ID.
|
task_id = str(uuid4()) # Create a unique task ID.
|
||||||
|
Loading…
Reference in New Issue
Block a user