mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
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",
|
||||
"\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]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue