mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test without id
This commit is contained in:
parent
e128b272fa
commit
e6836985c8
2 changed files with 6 additions and 3 deletions
|
@ -19,6 +19,8 @@ messages = [{ "content": "Hello, how are you?","role": "user"}]
|
|||
|
||||
# print(completion_with_split_tests(models=split_per_model, messages=messages))
|
||||
|
||||
# test with client
|
||||
# test
|
||||
print(completion_with_split_tests(models=split_per_model, messages=messages))
|
||||
|
||||
print(completion_with_split_tests(models=split_per_model, messages=messages))
|
||||
# test with client, without id
|
||||
print(completion_with_split_tests(models=split_per_model, messages=messages, use_client=True))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue