Skip to content

Commit

Permalink
docs: fix GOOGLE_API_KEY typo (#28322)
Browse files Browse the repository at this point in the history
fix small GOOGLE_API_KEY markdown formatting typo
  • Loading branch information
Yelinz authored Nov 25, 2024
1 parent a83357d commit 6ed2d38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6ed2d38

Please sign in to comment.