forked from phoenix/litellm-mirror
fix getting provider_specific_deployment
This commit is contained in:
parent
04b201efed
commit
9cd437135b
1 changed files with 1 additions and 1 deletions
|
@ -3610,7 +3610,7 @@ class Router:
|
||||||
)
|
)
|
||||||
|
|
||||||
provider_specific_deployment = re.match(
|
provider_specific_deployment = re.match(
|
||||||
f"{custom_llm_provider}/*", deployment.model_name
|
rf"{custom_llm_provider}/\*$", deployment.model_name
|
||||||
)
|
)
|
||||||
|
|
||||||
# Check if user is trying to use model_name == "*"
|
# Check if user is trying to use model_name == "*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue