Skip to content

Commit

Permalink
Resolved lint issue: Line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
SauravP97 committed Dec 24, 2024
1 parent 96c3de6 commit 558ca2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/vertexai/langchain_google_vertexai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
`ChatVertexAI` class exposes models such as `gemini-pro` and `chat-bison`.
To use, you should have Google Cloud project with APIs enabled, and configured credentials. Initialize the model as:
To use, you should have Google Cloud project with APIs enabled, and configured
credentials. Initialize the model as:
```python
from langchain_google_vertexai import ChatVertexAI
Expand Down

0 comments on commit 558ca2c

Please sign in to comment.