a2hsh / chatGPT

A react app that connects to ChatGPT, providing a custom and accessible UI for using OpenAI's chat experience.
MIT License
1 stars 0 forks source link

Integration with WhisperAI API #8

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds integration with the Whisper OpenAI API to enable speech-to-text conversion in the chat application. The feature allows users to record audio messages, send them to the API for transcription, and display the transcribed text as user messages in the chat.

Summary of Changes

Please review and merge this PR to enable speech-to-text functionality in the chat application.

Fixes #6.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/whisper-api-integration

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.