mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
coverage for custom api scenario in load testing
This commit is contained in:
parent
303ee905e6
commit
80d77fed71
8 changed files with 8 additions and 7 deletions
|
@ -4,5 +4,6 @@ sys.path.insert(0, os.path.abspath('../..')) # Adds the parent directory to the
|
|||
import litellm
|
||||
from litellm import load_test_model
|
||||
|
||||
result = load_test_model(model="gpt-3.5-turbo", num_calls=5)
|
||||
model="gpt-3.5-turbo"
|
||||
result = load_test_model(model=model, num_calls=5)
|
||||
print(result)
|
Loading…
Add table
Add a link
Reference in a new issue