Learn how to build an AI shopping assistant using Next.js, Vercel AI SDK, and the Subtotal AI Toolkit
Subtotal AI Toolkit
and OpenAI AI SDK
packages:
.env.local
file and add your API keys:
src/app/page.tsx
with the following code:
src/app/api/chat/route.ts
and add the following code: