Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 372 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 372 Bytes

Recipe App with AI 🍳🤖

This app uses 3 different approaches to use AI to get a recipe:

  • Vercel AI
  • OpenAI directly
  • Streaming response from OpenAI

Usage

Just enter the recipe you want to get and click Enter. The app will show you the recipe generated by AI.

Tech Stack

  • Next.js
  • Tailwind CSS
  • OpenAI API
  • Vercel AI
  • Shadcn
  • partial-json
  • zod