mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix linting
This commit is contained in:
parent
5fe95f7232
commit
4e365443f2
3 changed files with 4 additions and 2 deletions
|
@ -573,6 +573,7 @@ class OpenAIConfig:
|
|||
return litellm.OpenAIO1Config().map_openai_params(
|
||||
non_default_params=non_default_params,
|
||||
optional_params=optional_params,
|
||||
model=model,
|
||||
)
|
||||
supported_openai_params = self.get_supported_openai_params(model)
|
||||
for param, value in non_default_params.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue