-
-
Notifications
You must be signed in to change notification settings - Fork 591
feat: Support Google Gemini AI #1805
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@blocknote/ariakit
@blocknote/code-block
@blocknote/core
@blocknote/mantine
@blocknote/react
@blocknote/server-util
@blocknote/shadcn
@blocknote/xl-ai
@blocknote/xl-docx-exporter
@blocknote/xl-email-exporter
@blocknote/xl-multi-column
@blocknote/xl-odt-exporter
@blocknote/xl-pdf-exporter
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should split these changes to a different PR? Seems unrelated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nvm, pnpm gen
just wasn't run on main before
@@ -105,9 +105,14 @@ export async function generateOperations<T extends StreamTool<any>[]>( | |||
// - optional, with defaults | |||
|
|||
// mistral somehow needs "auto", while groq/llama needs "tool" | |||
// google needs "auto" because https://github.com/vercel/ai/issues/6959 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This issue seems to be resolved now, should we still make this change?
Addresses some compatibility issues with Google AI, and adds Gemini models to the demo
closes #1792