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

Support Google Gemini API as a Provider #67

Open
shanehuntley opened this issue Sep 29, 2024 · 5 comments · Fixed by #68
Open

Support Google Gemini API as a Provider #67

shanehuntley opened this issue Sep 29, 2024 · 5 comments · Fixed by #68

Comments

@shanehuntley
Copy link
Contributor

Support Google Gemini as a provider via Gemini API
https://ai.google.dev/gemini-api

@adhintz
Copy link
Member

adhintz commented Oct 1, 2024

Remaining tasks from the PR review:

  • change to vcr tests
  • try vision model
  • add to pyproject.toml

@codefromthecrypt
Copy link
Contributor

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

@codefromthecrypt
Copy link
Contributor

here are the VCR tests #71

lifeizhou-ap added a commit that referenced this issue Oct 2, 2024
* main:
  feat: Add provide experimental support for Google Gemini #67 (#68)
@adhintz
Copy link
Member

adhintz commented Oct 2, 2024

suggest to rename the provider to gemini before releasing, as there's also vertex and may be more in the future.. wdyt?

Based on this document it looks like there's Google provider and a Vertex provider. Either one can provide the Gemini model.

@codefromthecrypt
Copy link
Contributor

I guess I mean to say we can make more clear which REST Api we are using. If it is implied, no worries

codefromthecrypt added a commit to codefromthecrypt/goose that referenced this issue Oct 4, 2024
codefromthecrypt pushed a commit to codefromthecrypt/exchange that referenced this issue Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants