diff --git a/docs/docs/examples/agent/nvidia_document_research_blueprint_for_content_creation.ipynb b/docs/docs/examples/agent/nvidia_document_research_blueprint_for_content_creation.ipynb index d6bcd1ef270a4..d3c69096f8e07 100644 --- a/docs/docs/examples/agent/nvidia_document_research_blueprint_for_content_creation.ipynb +++ b/docs/docs/examples/agent/nvidia_document_research_blueprint_for_content_creation.ipynb @@ -131,22 +131,6 @@ "First, set the NVIDIA API Key as the environment variable. " ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import os\n", - "\n", - "os.environ[\n", - " \"NVIDIA_API_KEY\"\n", - "] = \"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\"\n", - "os.environ[\n", - " \"LLAMA_CLOUD_API_KEY\"\n", - "] = \"llx-7gtM2eqlJgg1LPEUDTDN15wm1cwesgo6ixY1rGQCg4IOJjiM\"" - ] - }, { "cell_type": "code", "execution_count": null,