diff --git a/docs/docs/integrations/chat/google_generative_ai.ipynb b/docs/docs/integrations/chat/google_generative_ai.ipynb index 77d1221811f..2ca4faaa6f5 100644 --- a/docs/docs/integrations/chat/google_generative_ai.ipynb +++ b/docs/docs/integrations/chat/google_generative_ai.ipynb @@ -1,5 +1,15 @@ { "cells": [ + { + "cell_type": "markdown", + "id": "d982c99f", + "metadata": {}, + "source": [ + "---\n", + "sidebar_label: Google Gemini\n", + "---" + ] + }, { "cell_type": "markdown", "id": "56a6d990", @@ -65,9 +75,7 @@ "import os\n", "\n", "if \"GOOGLE_API_KEY\" not in os.environ:\n", - " os.environ[\"GOOGLE_API_KEY\"] = getpass.getpass(\"Enter your Google AI API key: \")\n", - " \n", - "os.environ[\"GOOGLE_API_KEY\"] = \"AIzaSyBJ51sF-xa4J5dGTNGw0TWjMKuiB5-ljuc\"" + " os.environ[\"GOOGLE_API_KEY\"] = getpass.getpass(\"Enter your Google AI API key: \")" ] }, {