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

Consider implementing OpenAI speech-to-text #88

Open
pamella opened this issue Jun 17, 2024 · 0 comments
Open

Consider implementing OpenAI speech-to-text #88

pamella opened this issue Jun 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@pamella
Copy link
Collaborator

pamella commented Jun 17, 2024

Description

From OpenAI docs:

The Speech API provides support for real time audio streaming using chunk transfer encoding. This means that the audio is able to be played before the full file has been generated and made accessible.

Based on that, we could have something like an OpenAIAssistant that inherits from AIAssistant and implement a speech method that returns bytes. In addition, we could have a Django endpoint that returns a StreamingHttpResponse.


Related resources:

@fjsj fjsj added the enhancement New feature or request label Jul 12, 2024
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

No branches or pull requests

2 participants