Skip to content

Commit

Permalink
docs: updated branding for Google AI (#14728)
Browse files Browse the repository at this point in the history
Replace this entire comment with:
  - **Description:** a small fix in branding
  • Loading branch information
lkuligin authored Dec 14, 2023
1 parent a86065c commit c5c64aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/docs/integrations/chat/google_generative_ai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metadata": {},
"source": [
"---\n",
"sidebar_label: Google Generative AI\n",
"sidebar_label: Google AI\n",
"---"
]
},
Expand All @@ -15,9 +15,9 @@
"id": "bb9e152f-a1dc-45df-a50c-60a8d7ecdf69",
"metadata": {},
"source": [
"# ChatGoogleGenerativeAI\n",
"# Google AI chat models\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."
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/integrations/platforms/google.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ All functionality related to [Google Cloud Platform](https://cloud.google.com/)

## 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
pip install -U langchain-google-genai
Expand Down

0 comments on commit c5c64aa

Please sign in to comment.