mirror of
https://github.com/open-webui/open-webui
synced 2025-04-24 08:16:02 +00:00
refac: chat_completion_inlets_handler
-> chat_completion_filter_functions_handler
This commit is contained in:
parent
cbb0940ff8
commit
862a30842c
@ -318,7 +318,7 @@ def get_tool_call_payload(messages, task_model_id, content):
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
async def chat_completion_inlets_handler(body, model, extra_params):
|
async def chat_completion_filter_functions_handler(body, model, extra_params):
|
||||||
skip_files = None
|
skip_files = None
|
||||||
|
|
||||||
filter_ids = get_filter_function_ids(model)
|
filter_ids = get_filter_function_ids(model)
|
||||||
@ -606,7 +606,7 @@ class ChatCompletionMiddleware(BaseHTTPMiddleware):
|
|||||||
citations = []
|
citations = []
|
||||||
|
|
||||||
try:
|
try:
|
||||||
body, flags = await chat_completion_inlets_handler(
|
body, flags = await chat_completion_filter_functions_handler(
|
||||||
body, model, extra_params
|
body, model, extra_params
|
||||||
)
|
)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user