Skip to content

Example of a Nuxt SSR application using the OpenAI Realtime API.

License

Notifications You must be signed in to change notification settings

kudoh/nuxt-openai-realtimeapi-example

Repository files navigation

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.

About

Example of a Nuxt SSR application using the OpenAI Realtime API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published