mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 13:54:48 +00:00
docs: fix GOOGLE_API_KEY typo (#28322)
fix small GOOGLE_API_KEY markdown formatting typo
This commit is contained in:
parent
a83357dc5a
commit
6ed2d387bb
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user