mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Add missing request_kwargs to function call (#11202)
This commit is contained in:
parent
1301cfb06b
commit
18f7316b08
1 changed files with 1 additions and 0 deletions
|
|
@ -857,6 +857,7 @@ class Router:
|
|||
model=model,
|
||||
messages=messages,
|
||||
specific_deployment=kwargs.pop("specific_deployment", None),
|
||||
request_kwargs=kwargs,
|
||||
)
|
||||
self._update_kwargs_with_deployment(deployment=deployment, kwargs=kwargs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue