Vercel AI SDK's chat template for Nuxt
This example shows how to use the AI SDK with Nuxt, and OpenAI to create a ChatGPT-like AI-powered streaming chat bot.
Deploy the example using Vercel:
Execute create-nuxt
to bootstrap the example:
npx create-nuxt -t github:vercel/ai/examples/nuxt-openai nuxt-openai
To run the example locally you need to:
.env
.pnpm install
to install the required dependencies.pnpm dev
to launch the development server.This example can be directly deployed to Vercel, you can run the following commands:
pnpm run build
vercel deploy
This example is configured to use the vercel-edge
[Nitro preset.
This means that the example will be deployed to Vercel's Edge Network.
You can use different providers, such as vercel
by modifying your nuxt.config.ts
file, or using the NITRO_PRESET
environment variable.
To learn more about OpenAI, Nuxt, and the AI SDK take a look at the following resources: