Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.42 KB

File metadata and controls

38 lines (25 loc) · 1.42 KB

OpenAI Realtime API example using Nuxt SSR

This repository provides an example of a web application using OpenAI's Realtime API with Nuxt in server-side rendering (SSR) mode.

Reference

Getting Started

1. Install dependencies

Before running the app, make sure to install all dependencies:

npm install

2. Running the App(dev mode)

To run the Nuxt.js application, use the following npm script.

export OPENAI_API_KEY=<your-openai-api-key>
npm run dev

Once the application is running, you can access it at http://localhost:8080.