fix(cookbook): Remove the CometAPI key used for testing.

This commit is contained in:
TensorNull
2025-10-16 14:14:58 +08:00
parent 55a6dd3a8b
commit e3566faf15
+2 -2
View File
@@ -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')"
]
},