mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
75b18f92b9
commit
c714bd8739
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue