-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support Google Gemini API as a Provider #67
Comments
Remaining tasks from the PR review:
|
suggest to rename the provider to gemini before releasing, as there's also vertex and may be more in the future.. wdyt? https://www.reddit.com/r/googlecloud/comments/1dr7at1/vertex_ai_api_vs_gemini_api/ also, vision model needs code changes to work, as the images need to be encoded. so, the vision integration test doesn't currently pass |
here are the VCR tests #71 |
Based on this document it looks like there's Google provider and a Vertex provider. Either one can provide the Gemini model. |
I guess I mean to say we can make more clear which REST Api we are using. If it is implied, no worries |
part of square/exchange#67 closes square/exchange#71 Signed-off-by: Adrian Cole <[email protected]>
Co-authored-by: Jithendranath Joijoide <[email protected]>
Support Google Gemini as a provider via Gemini API
https://ai.google.dev/gemini-api
The text was updated successfully, but these errors were encountered: