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]" ] }, {