Skip to main content

1. Install Realtime Console

First, install the OpenAI Realtime Console globally:

2. Set environment variables for realtime-console

Create a .env file in realtime-console directory

3. Start realtime-console

This will start realtime-console in port:3005 by default.
Change port: PORT=<your port> in package.json{} file in realtime-console directory.
Hero Light

5. Connect and test realtime-console

Select vad mode and click connect to connect realtime-console to tensorstudio.
You should be able to see event logs without any errors if connection is established properly after authentication.
Note: disconnect after testing to avoid unnecessary consumption.
Hero Light