From 4ff5b9dd3f39c13a0b4ebebaff695736593b1388 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 1 Sep 2023 20:59:18 -0700 Subject: [PATCH] optional set your own ID --- cookbook/LiteLLM_AB_TestLLMs.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/LiteLLM_AB_TestLLMs.ipynb b/cookbook/LiteLLM_AB_TestLLMs.ipynb index c0d710162..211c255ae 100644 --- a/cookbook/LiteLLM_AB_TestLLMs.ipynb +++ b/cookbook/LiteLLM_AB_TestLLMs.ipynb @@ -59,7 +59,7 @@ "messages = [{ \"content\": \"Hello, how are you?\",\"role\": \"user\"}]\n", "\n", "completion_with_split_tests(messages=messages, use_client=True,\n", - " id=\"91fad14a-8c0f-4e99-8eaa-68245435aa80\") # enter your id" + " id=\"91fad14a-8c0f-4e99-8eaa-68245435aa80\") # [Optional Set your own ID]" ], "metadata": { "colab": { @@ -184,7 +184,7 @@ "\n", "\n", "completion_with_split_tests(messages=messages, use_client=True,\n", - " id=\"91fad14a-8c0f-4e99-8eaa-68245435aa80\") # enter your id" + " id=\"91fad14a-8c0f-4e99-8eaa-68245435aa80\") # [Optional Set your own ID]" ] }, {