linting type fixes

This commit is contained in:
ishaan-jaff 2023-08-18 11:36:06 -07:00
parent fbcb6d1c20
commit 5e7d22512d
6 changed files with 13 additions and 12 deletions

View file

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