docs: fix GOOGLE_API_KEY typo (#28322)

fix small GOOGLE_API_KEY markdown formatting typo
This commit is contained in:
Yelin Zhang 2024-11-25 15:45:22 +01:00 committed by GitHub
parent a83357dc5a
commit 6ed2d387bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -219,7 +219,7 @@ class ChatGooglePalm(BaseChatModel, BaseModel):
To use you must have the google.generativeai Python package installed and
either:
1. The ``GOOGLE_API_KEY``` environment variable set with your API key, or
1. The ``GOOGLE_API_KEY`` environment variable set with your API key, or
2. Pass your API key using the google_api_key kwarg to the ChatGoogle
constructor.