/chatty

Primary LanguageTypeScriptMIT LicenseMIT

Chatty

Chat with App using natural language built with OpenAI Functions and Vercel AI SDK.


Model

This app ships with OpenAI gpt-4-1106-preview.

Getting Started

Supply your OpenAI API key in .env.local and run the following commands:

pnpm install
pnpm dev

Your app template should now be running on localhost:3000.