Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 377 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 377 Bytes

Vercel AI SDK Fundamentals

This project showcases the fundamentals of the Vercel AI SDK.

Tu run on your local machine:

  • create a .env and add OPENAI_API_KEY=sk-your-key
  • run pnpm install
  • run pnpm run dev

To run the terminal programs, run pnpm tsx core/name_of_file.ts

To learn more about the Vercel AI SDK, check out the docs