mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
linting type fixes
This commit is contained in:
parent
fbcb6d1c20
commit
5e7d22512d
6 changed files with 13 additions and 12 deletions
|
@ -101,7 +101,7 @@ def duration_test_model(original_function):
|
|||
|
||||
|
||||
@duration_test_model
|
||||
def load_test_model(models: list, prompt: str = None, num_calls: int = None):
|
||||
def load_test_model(models: list, prompt: str = "", num_calls: int = 0):
|
||||
test_calls = 100
|
||||
if num_calls:
|
||||
test_calls = num_calls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue