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

Add Support for Speech-to-Text #25

Open
deep93333 opened this issue Aug 7, 2024 · 0 comments
Open

Add Support for Speech-to-Text #25

deep93333 opened this issue Aug 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@deep93333
Copy link
Collaborator

This feature is a nice-to-have for users who want to utilize audio synthesis in LLMChat. Implementing speech-to-text support will enhance the user experience by allowing users to interact with the chat interface using their voice.

Steps to Implement:

Integrate OpenAI's Speech-to-Text model.

Create a reusable hook that can be utilized throughout the application.

Ensure compatibility with existing features and models in LLMChat.

Expected Behavior:

Users should be able to speak into their microphone, and the audio input should be converted to text, which can then be processed by the chat interface.

@deep93333 deep93333 added the enhancement New feature or request label Aug 7, 2024
@deep93333 deep93333 self-assigned this Aug 7, 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
@deep93333 and others