Skip to content

Instantly share code, notes, and snippets.

@yokawasa
Last active January 18, 2025 18:00
Show Gist options
  • Save yokawasa/8c210891c82b187642f34a17c35b078b to your computer and use it in GitHub Desktop.
Save yokawasa/8c210891c82b187642f34a17c35b078b to your computer and use it in GitHub Desktop.
OpenAI Realtime Agents Samples

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment