This commit is contained in:
karter-liner 2025-04-24 01:03:00 -07:00 committed by GitHub
commit 7b3259da8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3070,6 +3070,7 @@ class Router:
request_kwargs=kwargs,
)
kwargs["model"] = deployment["litellm_params"]["model"]
kwargs["api_key"] = deployment["litellm_params"]["api_key"]
return await original_function(**kwargs)
def factory_function(