A demonstration of real-time voice interactions using Mastra's voice capabilities with OpenAI's real-time voice models.
- Real-time voice interaction with AI agents
- NBA information lookup capabilities
- Web browsing capabilities
- Node.js (v18 or higher)
- An OpenAI API key with access to real-time voice models
-
Clone the repository
-
Create a
.env
file in the root directory with the following content:OPENAI_API_KEY=your_api_key_here
-
Install dependencies:
npm install
-
Create an empty folder called
output
.
Start the application:
npm run start