docs: updated branding for Google AI (#14728)

Replace this entire comment with:
  - **Description:** a small fix in branding
This commit is contained in:
Leonid Kuligin 2023-12-14 21:31:19 +01:00 committed by GitHub
parent a86065c536
commit c5c64aa863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"---\n", "---\n",
"sidebar_label: Google Generative AI\n", "sidebar_label: Google AI\n",
"---" "---"
] ]
}, },
@ -15,9 +15,9 @@
"id": "bb9e152f-a1dc-45df-a50c-60a8d7ecdf69", "id": "bb9e152f-a1dc-45df-a50c-60a8d7ecdf69",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# ChatGoogleGenerativeAI\n", "# Google AI chat models\n",
"\n", "\n",
"Access Google's `gemini` and `gemini-vision` models, as well as other generative models through `ChatGoogleGenerativeAI` class in the [langchain-google-genai](https://pypi.org/project/langchain-google-genai/) integration package." "Access Google AI's `gemini` and `gemini-vision` models, as well as other generative models through `ChatGoogleGenerativeAI` class in the [langchain-google-genai](https://pypi.org/project/langchain-google-genai/) integration package."
] ]
}, },
{ {

View File

@ -4,9 +4,9 @@ All functionality related to [Google Cloud Platform](https://cloud.google.com/)
## Chat models ## Chat models
### ChatGoogleGenerativeAI ### Google AI
Access `Gemini` models such as `gemini-pro` and `gemini-pro-vision` through the `ChatGoogleGenerativeAI` class. Access GoogleAI `Gemini` models such as `gemini-pro` and `gemini-pro-vision` through the `ChatGoogleGenerativeAI` class.
```bash ```bash
pip install -U langchain-google-genai pip install -U langchain-google-genai