davo / vercel-ai-gpt16k

Home Page:https://vercel-ai-gpt16k.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vercel AI SDK, Next.js, and OpenAI Chat Example

This example shows how to use the Vercel AI SDK with Next.js and OpenAI to create a ChatGPT-like AI-powered streaming chat bot.Using the new 16k context model.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Copy this repo then to run the example locally you need to:

  1. Sign up at OpenAI's Developer Platform.
  2. Go to OpenAI's dashboard and create an API KEY.
  3. Set the required OpenAI environment variable as the token value as shown the example env file but in a new file called .env.local
  4. pnpm install to install the required dependencies.
  5. pnpm dev to launch the development server.

Learn More

To learn more about OpenAI, Next.js, and the Vercel AI SDK take a look at the following resources:

About

https://vercel-ai-gpt16k.vercel.app


Languages

Language:TypeScript 69.3%Language:JavaScript 17.9%Language:CSS 12.9%