mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
Fix codeql
This commit is contained in:
parent
931c88f567
commit
c4159a2ade
1 changed files with 4 additions and 2 deletions
|
|
@ -1355,8 +1355,10 @@ def _update_model_if_team_alias_exists(
|
|||
"New sibling deployments may be unreachable. "
|
||||
"Set LITELLM_ENABLE_TEAM_STALE_ALIAS_BYPASS=true to enable "
|
||||
"team-scoped sibling routing.",
|
||||
_model,
|
||||
user_api_key_dict.team_id,
|
||||
str(_model).replace("\n", "").replace("\r", ""),
|
||||
str(user_api_key_dict.team_id)
|
||||
.replace("\n", "")
|
||||
.replace("\r", ""),
|
||||
)
|
||||
|
||||
data["model"] = aliased_target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue