RobotecAI/rai

Support audio in multimodal messages

Open

#370 opened on Jan 16, 2025

 (6 comments) (0 reactions) (0 assignees)Python (73 forks)auto 404
enhancementgood first issuehelp wantedpriority/minor

Repository metrics

Stars
 (554 stars)
PR merge metrics
 (PR metrics pending)

Description

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 (https://github.com/RobotecAI/rai/blob/5d3a8f33f20e6ccfebf4fecceb3ef7d2bc70d0d1/src/rai/rai/messages/multimodal.py#L38) should support audio input.

Describe alternatives you've considered

This is the only suitable solution within the current architecture.

Additional context

Contributor guide