-
Notifications
You must be signed in to change notification settings - Fork 83
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
Gemini Pro Issues #85
Comments
@jadengis, are you seeing this too? Are you able to weigh in? |
@brainlid So the current implementation of the Google AI is designed to work with the Google AI Studio APIs documented here: https://ai.google.dev/tutorials/rest_quickstart. This still works I've been using it regularly for the past few months. The documentation you linked @raulchedrese is pointing to the documentation for using Gemini with Google Cloud Vertex AI, which looks slightly different. I haven't tried using Vertex AI so I'm not sure what the difference is. From the looks of it, we'd either need a different chat model implementation or the existing |
Thanks @jadengis! I appreciate your perspective and expertise here. |
It looks like the current implementation of
ChatGoogleAI
doesn't work with the latest version of the Google Gemini API defined here.This was enough to get it working for my immediate needs but there may be other issues.
So far the main differences I've come across are:
index
field.text
field.Not sure you'd want a new module for the newest Gemini API or to modify the existing
ChatGoogleAI
. Either way I'd be happy to put together a PR if it would help.The text was updated successfully, but these errors were encountered: