From 607dc322a50926fd077708cf66aac625315ddf76 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 2 Sep 2023 14:32:18 -0700 Subject: [PATCH] update split test logic --- litellm/tests/test_split_test.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/tests/test_split_test.py b/litellm/tests/test_split_test.py index e2607964251..f3748e4efc1 100644 --- a/litellm/tests/test_split_test.py +++ b/litellm/tests/test_split_test.py @@ -21,4 +21,4 @@ messages = [{ "content": "Hello, how are you?","role": "user"}] # test with client -print(completion_with_split_tests(models=split_per_model, messages=messages, use_client=True, id="ishaan_1@berri.ai")) \ No newline at end of file +print(completion_with_split_tests(models=split_per_model, messages=messages, use_client=True, id="test_id")) \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2558a345744..9d08240bc80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "0.1.516" +version = "0.1.517" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License"