https://github.com/dcrebbin/voice-mode-real-time-chat-extension
Adds real time chat retrieval to ChatGPT when talking to Advanced Voice Mode
https://github.com/dcrebbin/voice-mode-real-time-chat-extension
Last synced: about 1 year ago
JSON representation
Adds real time chat retrieval to ChatGPT when talking to Advanced Voice Mode
- Host: GitHub
- URL: https://github.com/dcrebbin/voice-mode-real-time-chat-extension
- Owner: dcrebbin
- License: mit
- Created: 2024-11-20T05:52:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T19:11:14.000Z (over 1 year ago)
- Last Synced: 2025-04-01T05:11:10.056Z (about 1 year ago)
- Language: TypeScript
- Size: 1.41 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAI Realtime Chat for ChatGPT Voice Mode
This extension enables you to view your ChatGPT Voice Mode calls within chatgpt.com in realtime.
This allows you to copy code and check what ChatGPT has recently said.

# Setup
1. pnpm i
2. pnpm run build
3. (Within your browser) Window > Extensions
4. Add the extension via load unpacked

5. Navigate to v3 within this projects folder

6. The new extension should now be added

7. Navigate to ChatGPT.com: you will now see this

8. Retrieve your ChatGPT auth cookie\*
- View > Developer > Developer Tools > Network (tab) > Filter > conversations?offset=0 > Copy the authorization header (without Bearer)

9. You will now see this button

- When the speaker is on the extension will continue to monitor for any new chats made within the last minute
10. Start a Voice Mode call in ChatGPT Desktop or the mobile app
11. A seconds after the call has started: the chatgpt.com site will be redirected to the latest conversation
12. With the speaker still activated it will continue to retrieve any transcripts generations by Voice Mode
HOPE IT HELPS!
\*NOTE this is incredibly sus & shouldn't be taken lightly as this auth token can spoof your complete credentials to perform any account action so ensure the only thing the extension does is send the auth token to chatgpt.com