Product Promotion
gittech.site
for different kinds of informations and explorations.
Hackily adding real time chat to ChatGPT Voice Mode
Realtime Chat for Voice Mode (Mac) [Unofficial]
Other platforms:
- Vscode Extension: https://github.com/dcrebbin/real-time-voice-chat-vscode (Unfinished)
- Chrome Extension: https://github.com/dcrebbin/voice-mode-real-time-chat-extension
NOTE: This is not a product from or afilitated with OpenAI
Adds realtime chat for voice mode to allow you to copy code and read what was said in real time.
(Which is unsupported within any official Voice Mode experience in ChatGPT: and can only be accessed if you end the call or manually refresh the ChatGPT website)
Video Demo: https://www.youtube.com/watch?v=0gRkIgAmMEU
Voice Mode
Standard Chat
Xcode: 16.0 (min 15.0)
Steps
-
Install via the releases tab on Github or by building and running this project with XCode
-
Once run: follow the auth token steps below and paste in your auth token (will need to be retrieved quite often) into the settings panel
-
Press the retrieve latest conversations button
-
Start an instance of ChatGPT Voice and it will retrieve that latest conversation and start outputting the messages from the exchange in real time
*try playing with the other settings to find a flow that suits you
Auth Token Tutorial
NOTE: this isn't just your OpenAI API key: this is your user auth token which is used to perform elevated actions for your account (dangerous).
- (Whilst logged in) head to: https://chatgpt.com
- Open your browser's developer tools and view the Network tab
- Find the request to: https://chatgpt.com/backend-api/conversations
- Head to the Settings tab
- Copy & paste the Authorization header value without "Bearer" (eyJhbGci...) into the auth token field
(v0.1.0-alpha bug: ensure both settings sliders are above 0 before using it)
Made with ❤️
to provide different kinds of informations and resources.