https://github.com/dynamite-bud/openai-realtime-testing
OpenAI Realtime API testing
https://github.com/dynamite-bud/openai-realtime-testing
Last synced: about 2 months ago
JSON representation
OpenAI Realtime API testing
- Host: GitHub
- URL: https://github.com/dynamite-bud/openai-realtime-testing
- Owner: dynamite-bud
- Created: 2024-12-07T23:48:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T17:39:37.000Z (5 months ago)
- Last Synced: 2025-02-05T13:14:13.291Z (4 months ago)
- Language: TypeScript
- Size: 3.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# OpenAI Realtime demo
## Introduction
This is a simple demo of the OpenAI Realtime API.
## Prerequisites
- Node.js
- pnpm
- OpenAI API key## Installation
1. Clone the repository
2. Install the dependencies with `pnpm install`
3. Create a `.env` file with the following content:```env
OPENAI_API_KEY=your-api-key
```4. Start the application with `pnpm start`