mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix linting error
This commit is contained in:
parent
6dfe6bca2e
commit
01564578ce
2 changed files with 2 additions and 2 deletions
|
@ -931,7 +931,7 @@ def get_optional_params( # use the openai defaults
|
|||
return optional_params
|
||||
return optional_params
|
||||
|
||||
def get_llm_provider(model: str, custom_llm_provider: str = ""):
|
||||
def get_llm_provider(model: str, custom_llm_provider: Optional[str] = None):
|
||||
try:
|
||||
# check if llm provider provided
|
||||
if custom_llm_provider:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue