mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix getting provider_specific_deployment
This commit is contained in:
parent
322258a1fa
commit
a0b2c107c4
1 changed files with 1 additions and 1 deletions
|
@ -3610,7 +3610,7 @@ class Router:
|
|||
)
|
||||
|
||||
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 == "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue