mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
mypy linting fixes 2
This commit is contained in:
parent
15b1da9dc8
commit
fbcb6d1c20
4 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue