mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix pass response_api_optional_params
This commit is contained in:
parent
d32b3fd91a
commit
abbc468e06
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ def responses(
|
|||
return litellm_completion_transformation_handler.response_api_handler(
|
||||
model=model,
|
||||
input=input,
|
||||
responses_api_request=ResponsesAPIOptionalRequestParams(),
|
||||
responses_api_request=response_api_optional_params,
|
||||
custom_llm_provider=custom_llm_provider,
|
||||
_is_async=_is_async,
|
||||
stream=stream,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue