Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuligin committed Feb 12, 2024
1 parent 5c93928 commit 8f6af6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/vertexai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pip install -U langchain-google-vertexai

## Chat Models

`ChatVertexAI` class exposes models such as `gemini-pro` and `chat-bison`.
`ChatVertexAI` class exposes models such as `gemini-pro` (Gemini) and `chat-bison` (Palm 2).

To use, you should have Google Cloud project with APIs enabled, and configured credentials. Initialize the model as:

Expand Down

0 comments on commit 8f6af6c

Please sign in to comment.