-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/inline audio data #67
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
Now it is possible to send inline image data to multi-modal LLMs.
…ertexAI` The `audioData` is only supported in `KurtVertexAI`. `KurtOpenAI` will throw an error if audioData is included in a `KurtMessage`.
|
🎉 This PR is included in version @formula-monks/kurt-v1.11.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @formula-monks/kurt-cache-v1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @formula-monks/kurt-open-ai-v1.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @formula-monks/kurt-vertex-ai-v1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Added support for inline audio base64 data by introducing a new attribute to
KurtMessage:inlineData.imageDatahas been tagged as deprecated and will be removed in a future release.Audio is only supported by Gemini.