GitXplorerGitXplorer
n

ai-sdk-fundamentals

public
63 stars
28 forks
3 issues

Commits

List of commits on branch main.
Unverified
29288f700460c1ecc75c7a5e1658b72927e5eb0f

update readme

nnicoalbanese committed 8 months ago
Unverified
4ff21ea7bb1a25923092253afc6fe99031eee7a0

add .env.example

nnicoalbanese committed 8 months ago
Unverified
13f1de120fc28d7e3ffabd4eaecbe9d674f8fdab

update packages

nnicoalbanese committed 8 months ago
Unverified
49fe89379273da7cce99bd9266a522d6b3c87df1

update to use gpt-4o

nnicoalbanese committed 8 months ago
Unverified
a6d605187e7a9b1c1164a3da2316732930da446f

add core terminal programs

nnicoalbanese committed 8 months ago
Unverified
41a18cf66f2fe88f3f293079cbf1413c769169c4

updates

nnicoalbanese committed 8 months ago

README

The README file for this repository.

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