mirror of
https://github.com/onyx-dot-app/litellm.git
synced 2026-07-01 20:44:04 -04:00
fix(cookbook): Remove the CometAPI key used for testing.
This commit is contained in:
Vendored
+2
-2
@@ -83,7 +83,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 2,
|
||||
"execution_count": null,
|
||||
"metadata": {
|
||||
"id": "p-MQqWOT_1a7"
|
||||
},
|
||||
@@ -91,7 +91,7 @@
|
||||
"source": [
|
||||
"import os\n",
|
||||
"\n",
|
||||
"os.environ['COMETAPI_KEY'] = \"sk-ag946XQFwFsGPVGi84JHpQBStXM2yEiQYhMxcMicI7xuVswp\"\n",
|
||||
"os.environ['COMETAPI_KEY'] = \"Your_CometAPI_Key_Here\"\n",
|
||||
"api_key = os.getenv('COMETAPI_KEY')"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user