-
Notifications
You must be signed in to change notification settings - Fork 47
SpeechGPT UI setup #104
base: main
Are you sure you want to change the base?
SpeechGPT UI setup #104
Conversation
…e speechGPT MVP functions like chatGPT
…at box component along with notifications
Hi @Gaurang-1402! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
…ate to submit button
Latest changes
…bile browser testing
try alternative method for speech recognition with react hooks for mo…
Speech gpt mobile
Description
We are working on issue #99. So far, we have set up the SpeechGPT UI with authentication, New chat, delete chat, and chat history functionalities. We have also created the styling theme for this project including the colors, fonts, and common styles using Tailwind CSS. We are using Firebase Firestore as our database and Facebook plus Google authentication.
This is part of a larger project aiming to integrate speech recognition using microphone with chatGPT.
Dependencies
You will have to create a .env.local in the root folder of /tree/main/extrnasions/speechgpt with the following API keys and credentials:
Next, you will have to install all the dependencies for the UI project. This can be done by running
npm i
in the root folder of speechgpt. Here are the dependencies found in speechgpt/package.jsonFixes #99
Type of change
Feature/Issue validation/testing
No unit testing done so far. This is a WIP (work in progress) project.