mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Merge 8faed3912f
into b82af5b826
This commit is contained in:
commit
7b3259da8e
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue