forked from phoenix/litellm-mirror
remove keys
This commit is contained in:
parent
ab415d5165
commit
6707ddefa5
1 changed files with 2 additions and 2 deletions
|
@ -52,12 +52,12 @@
|
|||
"import os\n",
|
||||
"\n",
|
||||
"# from https://app.lunary.ai/\n",
|
||||
"os.environ[\"LUNARY_PUBLIC_KEY\"] = \"a9ea1ae5-0727-4aac-8cda-10d1d4a7dd88\"\n",
|
||||
"os.environ[\"LUNARY_PUBLIC_KEY\"] = \"\"\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"# LLM provider keys\n",
|
||||
"# You can use any of the litellm supported providers: https://docs.litellm.ai/docs/providers\n",
|
||||
"os.environ['OPENAI_API_KEY'] = \"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\"\n"
|
||||
"os.environ['OPENAI_API_KEY'] = \"\"\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue