Skip to content

This public repo contains some OpenAI examples to be used in a Next.js app

License

Notifications You must be signed in to change notification settings

sdk1990/nextjs-genai-examples

Repository files navigation

Next.js OpenAI Examples

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install dependencies

pnpm install

Then, make a copy of the .env.example file and rename it to .env.local. Fill in the env variables which are needed to use the features.

pnpm run copy-env

Then, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to open the various chats.

Learn More

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

This public repo contains some OpenAI examples to be used in a Next.js app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published