fix linting error

This commit is contained in:
Krrish Dholakia 2023-09-12 11:37:44 -07:00
parent 4d253f45d8
commit c5df95c560
2 changed files with 2 additions and 2 deletions

View file

@ -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: