We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Google has released a new central package for genai
Please update the llms/googleai files to
remove references to github.com/google/generative-ai-go/genai
Instead use google.golang.org/genai
This should be somewhat interchangeable
might need to adapt the support for selecting Vertex or Gemini API
This package also now supports for live multi-modal so we could extend module capabilities further
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
Google has released a new central package for genai
Please update the llms/googleai files to
remove references to github.com/google/generative-ai-go/genai
Instead use google.golang.org/genai
Notes
This should be somewhat interchangeable
might need to adapt the support for selecting Vertex or Gemini API
This package also now supports for live multi-modal so we could extend module capabilities further
The text was updated successfully, but these errors were encountered: