Skip to content
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

ensure api complience with audio for multimodal messages #373

Open
rachwalk opened this issue Jan 17, 2025 · 1 comment
Open

ensure api complience with audio for multimodal messages #373

rachwalk opened this issue Jan 17, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rachwalk
Copy link
Contributor

This task contains 3 steps:

  1. delete the if self.audios not in [None, []]: check that was blocking audio support
    
  2. add support for base64 encoded audio files in the __init__ method
    
  3. create audio content entries similar to how images are handled using appropriate mime type for audio (e.g "audio/wav") 
    

A PR can be made with these 3 features.

@rachwalk rachwalk added the enhancement New feature or request label Jan 17, 2025
@mdimado
Copy link

mdimado commented Jan 18, 2025

Thank you so much for the sub tasks. please assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants