Skip to content

WilsonLimSet/CoffeeChatAI

Repository files navigation

This project generates questions to ask on a Coffee Chat for you using AI.

Coffee Chat Generator

How it works

Template taken from - https://www.twitterbio.io/

This project uses the ChatGPT API and the Vercel AI SDK with streaming. It constructs a prompt based on the form and user input, sends it to the ChatGPT API with a Vercel Edge Function, then streams the response back to the application UI.