mypy linting fixes 2

This commit is contained in:
ishaan-jaff 2023-08-18 11:16:31 -07:00
parent 15b1da9dc8
commit fbcb6d1c20
4 changed files with 14 additions and 14 deletions

View file

@ -504,11 +504,11 @@ def get_optional_params(
def load_test_model(
model: str,
custom_llm_provider: str = None,
custom_api_base: str = None,
prompt: str = None,
num_calls: int = None,
force_timeout: int = None,
custom_llm_provider: str = "",
custom_api_base: str = "",
prompt: str = "",
num_calls: int = 0,
force_timeout: int = 0,
):
test_prompt = "Hey, how's it going"
test_calls = 100