Note: This project is no longer maintained. Please use the dashboard at dashboard.outspeed.com instead.
Inspired by openai-realtime-console and openai-realtime-agents.
-
Get your API keys:
-
Set up environment:
cp .env.example .env # Add your API keys to .env: # OPENAI_API_KEY="<your-openai-key>" # OUTSPEED_API_KEY="<your-outspeed-key>"
-
Install and run:
npm install npm run dev
Visit http://localhost:3000 to access the console.
MIT