mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Merge branch 'litellm_fix_RCE_v2' of https://github.com/BerriAI/litellm into litellm_fix_RCE_v2
This commit is contained in:
commit
63024d6f2b
1 changed files with 2 additions and 2 deletions
|
|
@ -5474,8 +5474,7 @@ class ProxyStartupEvent:
|
|||
"enabled", False
|
||||
):
|
||||
verbose_proxy_logger.debug(
|
||||
"Semantic tool filter not configured or not enabled, "
|
||||
"skipping initialization"
|
||||
"Semantic tool filter not configured or not enabled, skipping initialization"
|
||||
)
|
||||
return
|
||||
|
||||
|
|
@ -5483,6 +5482,7 @@ class ProxyStartupEvent:
|
|||
f"Initializing semantic tool filter: llm_router={llm_router is not None}, "
|
||||
f"config={mcp_semantic_filter_config}"
|
||||
)
|
||||
|
||||
hook = await SemanticToolFilterHook.initialize_from_config(
|
||||
config=mcp_semantic_filter_config,
|
||||
llm_router=llm_router,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue