trendy-design / llmchat

Most intuitive unified AI chat interface.
https://llmchat.co
MIT License
58 stars 7 forks source link

Add Support for Speech-to-Text #25

Open deep93333 opened 1 month ago

deep93333 commented 1 month ago

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.