From 830ecbdb8c3485c5a7fbf26072ff8b40284ff262 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 25 Mar 2025 23:54:57 -0700 Subject: [PATCH] fix get_optional_params --- litellm/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/main.py b/litellm/main.py index 3d4152d634..5eb38a6bd1 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -1100,6 +1100,7 @@ def completion( # type: ignore # noqa: PLR0915 user=user, # params to identify the model model=model, + base_model=base_model, custom_llm_provider=custom_llm_provider, response_format=response_format, seed=seed,