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

Add Integration with WhisperAI API #9

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds integration with the WhisperAI API for speech-to-text conversion in the ChatGPT app. It introduces a new feature that allows users to record audio and send it to the API for transcription. The transcribed text is then displayed as a user message and sent to the ChatGPT API for further processing.

Summary of Changes

Please review and merge this PR to enable speech-to-text conversion in the ChatGPT app.

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.