Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retricsu/chatgpt-auto-speech
listen and talk to your chatGPT. https://chrome.google.com/webstore/detail/chatgpt-auto-speech/jliflimkjclgbmfficnhimfdmmikpabb
https://github.com/retricsu/chatgpt-auto-speech
browser-extension chatgpt chatgpt-chrome-extension chrome-extension
Last synced: about 8 hours ago
JSON representation
listen and talk to your chatGPT. https://chrome.google.com/webstore/detail/chatgpt-auto-speech/jliflimkjclgbmfficnhimfdmmikpabb
- Host: GitHub
- URL: https://github.com/retricsu/chatgpt-auto-speech
- Owner: RetricSu
- Created: 2022-12-07T13:52:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T09:33:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T20:39:32.636Z (over 1 year ago)
- Topics: browser-extension, chatgpt, chatgpt-chrome-extension, chrome-extension
- Language: TypeScript
- Homepage:
- Size: 344 KB
- Stars: 31
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> ⚠️ **Warning:** This project is no longer maintained
>
> instead we are doing a standalone web app, please check it out here: [https://github.com/RetricSu/VoiceGPT](https://github.com/RetricSu/VoiceGPT) 🚀# Simple Chrome extension: listen and talk to chatGPT
fun fact: this code is co-written by chatGPT and me(I mean, a human, of course).
fun fact 2: so it is full of bugs now! but seriously please help if you are interested.
## Feature
just listen and talk, a more human-like conversation for you and chatGPT.
### 1. Use voice for typing
1. Press and hold the right shift key on your keyboard when you want to talk to chatGPT, the voice will be converted into text on the textarea.
2. Press enter to send the message.### 2. Convert chatGPT response text into speech
auto convert the response text from chatGPT into speech.
### 3. simple code
no additional npm denpendencies, use pure web api.
## How to install
### 1. Install from the chrome web store
https://chrome.google.com/webstore/detail/chatgpt-auto-speech/jliflimkjclgbmfficnhimfdmmikpabb
![web store](assets/web-store.png)
### 2. Install from the local file
the GitHub CI will build an `extension.zip` file for every commit in the master branch.
example: https://github.com/RetricSu/chatGPT-auto-speech/actions/runs/3657606515
![artifacts](assets/artifacts.png)
- download and unzip the file.
- open the `brave://extensions/` or `chrome://extension` tab on your browser
- use `Load unpacked` button on the top left to select the file folder you just unzip.
- done!open https://chat.openai.com/chat to enjoy your speaking AI!