Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ChatGoogleVertexAI - Chat-Bison #2365

Open
vijaykammili opened this issue May 8, 2024 · 2 comments
Open

[BUG] ChatGoogleVertexAI - Chat-Bison #2365

vijaykammili opened this issue May 8, 2024 · 2 comments
Labels
bug Something isn't working in-work Issue in work

Comments

@vijaykammili
Copy link

Issue with ChatGoogleVertexAI node when using chat-bison after 1.6.5 versions. Works fine on 1.6.5.

Error: Unable to verify model params: {"lc":1,"type":"constructor","id":["langchain","chat_models","chat_integration","ChatVertexAI"],"kwargs":{"temperature":0.1,"model":"chat-bison","auth_options":{"

Also Gemini 1.5 model doesn't work. It returns Object Object as the output.

@HenryHengZJ HenryHengZJ added bug Something isn't working in-work Issue in work labels May 8, 2024
@HenryHengZJ
Copy link
Contributor

HenryHengZJ commented May 8, 2024

For Gemini 1.5, I've added a commit here to update the gemini 1.5 model

it should now works:
image

@HenryHengZJ HenryHengZJ changed the title [BUG] ChatGoogleVertexAI - Error: Unable to verify model params: {"lc":1,"type":"constructor","id":["langchain","chat_models","chat_integration","ChatVertexAI"],"kwargs":{"temperature":0.1,"model":"chat-bison","auth_options":{" [BUG] ChatGoogleVertexAI - Chat-Bison May 8, 2024
@vijaykammili
Copy link
Author

Perfect! Thank you very much @HenryHengZJ! Let me know when chat-bison is fixed please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in-work Issue in work
Projects
None yet
Development

No branches or pull requests

2 participants