mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 10:54:15 +00:00
docs: updated branding for Google AI (#14728)
Replace this entire comment with: - **Description:** a small fix in branding
This commit is contained in:
parent
a86065c536
commit
c5c64aa863
@ -6,7 +6,7 @@
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"---\n",
|
||||
"sidebar_label: Google Generative AI\n",
|
||||
"sidebar_label: Google AI\n",
|
||||
"---"
|
||||
]
|
||||
},
|
||||
@ -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."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user