-
Notifications
You must be signed in to change notification settings - Fork 25
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 audio in multimodal messages #370
Comments
from the issue I understood that the changes are to mede in the messages/multimodal.py
should i create a pull request with these changes? please assign this issue. ill work on it and create a pr |
Hi @mdimado, yes, please feel free to create a PR for this task! A fully completed implementation should include:
Let me know if you need any further clarification or assistance (here and/or on discord) |
thanks for the clarification and additional details. after reviewing the task, i realize implementing the |
Hey @mdimado, no worries at all! We're all here to learn and grow together—that's what makes this such a great environment. 😊 Feel free to tackle any part of the work you're comfortable with, and don't hesitate to ask for guidance along the way. We’re always happy to help and support you through the process. Looking forward to it! 🚀 |
Is your feature request related to a problem? Please describe.
LLM APIs have started supporting audio input, so it would be beneficial for RAIMultimodalMessages to support audio as well.
Describe the solution you'd like
MultimodalMessage class (
rai/src/rai/rai/messages/multimodal.py
Line 38 in 5d3a8f3
Describe alternatives you've considered
This is the only suitable solution within the current architecture.
Additional context
The text was updated successfully, but these errors were encountered: