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 #11

Open sweep-ai[bot] opened 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 chatGPT application. It introduces new features such as a microphone icon, pause/unpause and cancel recording buttons, and saving settings in local storage. The implementation follows the provided guide for creating a transcription using the Whisper API.

Summary of Changes

Please review and merge this PR to enable speech-to-text functionality in the chatGPT 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.