From c63d93c1d232126fb2044d2f2687cbe5b950f289 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Sun, 27 Apr 2025 13:54:52 -0400 Subject: [PATCH] fix (need top-level heading) --- docs/docs/integrations/chat/google_generative_ai.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/chat/google_generative_ai.ipynb b/docs/docs/integrations/chat/google_generative_ai.ipynb index 148d839f40b..ac5d81ad7c2 100644 --- a/docs/docs/integrations/chat/google_generative_ai.ipynb +++ b/docs/docs/integrations/chat/google_generative_ai.ipynb @@ -15,7 +15,7 @@ "id": "56a6d990", "metadata": {}, "source": [ - "## ChatGoogleGenerativeAI (Gemini API & AI Studio)\n", + "# ChatGoogleGenerativeAI\n", "\n", "Access Google's Generative AI models, including the Gemini family, directly via the Gemini API or experiment rapidly using Google AI Studio. The `langchain-google-genai` package provides the LangChain integration for these models. This is often the best starting point for individual developers.\n", "\n",