forked from phoenix/litellm-mirror
optional set your own ID
This commit is contained in:
parent
5914dbb666
commit
4ff5b9dd3f
1 changed files with 2 additions and 2 deletions
4
cookbook/LiteLLM_AB_TestLLMs.ipynb
vendored
4
cookbook/LiteLLM_AB_TestLLMs.ipynb
vendored
|
@ -59,7 +59,7 @@
|
||||||
"messages = [{ \"content\": \"Hello, how are you?\",\"role\": \"user\"}]\n",
|
"messages = [{ \"content\": \"Hello, how are you?\",\"role\": \"user\"}]\n",
|
||||||
"\n",
|
"\n",
|
||||||
"completion_with_split_tests(messages=messages, use_client=True,\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": {
|
"metadata": {
|
||||||
"colab": {
|
"colab": {
|
||||||
|
@ -184,7 +184,7 @@
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"completion_with_split_tests(messages=messages, use_client=True,\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]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue