An open API service indexing awesome lists of open source software.

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

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`