mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
Update get_litellm_params.py
This commit is contained in:
parent
6939cc2531
commit
0b55d50a81
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ def get_litellm_params(
|
|||
litellm_metadata: Optional[dict] = None,
|
||||
disable_add_transform_inline_image_block: Optional[bool] = None,
|
||||
drop_params: Optional[bool] = None,
|
||||
additional_drop_params: Optional[list[str]] = None,
|
||||
prompt_id: Optional[str] = None,
|
||||
prompt_variables: Optional[dict] = None,
|
||||
async_call: Optional[bool] = None,
|
||||
|
|
@ -103,6 +104,7 @@ def get_litellm_params(
|
|||
"litellm_metadata": litellm_metadata,
|
||||
"disable_add_transform_inline_image_block": disable_add_transform_inline_image_block,
|
||||
"drop_params": drop_params,
|
||||
"additional_drop_params": additional_drop_params,
|
||||
"prompt_id": prompt_id,
|
||||
"prompt_variables": prompt_variables,
|
||||
"async_call": async_call,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue