Project URL: https://github.com/openai/openai-realtime-agents
# Get project
git clone https://github.com/openai/openai-realtime-agents.git
# Get API KEY
open https://platform.openai.com/api-keys
# Set env OPENAI_API_KEY
<<EOF | tee .env
OPENAI_API_KEY=hoge
EOF
# install dependencies
npm i
# Start project
npm run dev
# open
open http://localhost:3000