mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
updates to tests
This commit is contained in:
parent
ab35fdb635
commit
4d17c57373
3 changed files with 29 additions and 29 deletions
|
@ -1956,6 +1956,7 @@ def completion_with_split_tests(models={}, messages=[], use_client=False, overri
|
|||
completion_with_split_tests(models=models, messages=messages)
|
||||
"""
|
||||
import random
|
||||
model_configs = {}
|
||||
if use_client and not override_client:
|
||||
if "id" not in kwargs or kwargs["id"] is None:
|
||||
raise ValueError("Please tag this completion call, if you'd like to update it's split test values through the UI. - eg. `completion_with_split_tests(.., id=1234)`.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue