diff --git a/README.md b/README.md index 8b403e1..998b0d7 100644 --- a/README.md +++ b/README.md @@ -5,32 +5,34 @@

- An beautiful open-source AI chatbot built with Next.js, the Vercel AI SDK, OpenAI, and Vercel KV. + A beautiful, customizable AI chatbot built with Next.js, Vercel AI SDK, OpenAI, and Supabase.

- Features · + Stacks · Model Providers · Deploy Your Own · Running locally · - Authors + Thanks


+## Usage + + 👋 Hey, you can use [joychat.io](https://joychat.io/) for **Free** as long as my OpenAI key quota allows it. If it exceeds what I can afford later, I will consider limiting frequency of use. + ## Stacks - [Next.js](https://nextjs.org) App Router - [Supabase](https://supabase.com/) for Database - [Vercel AI SDK](https://sdk.vercel.ai/docs) for streaming chat UI - Support for OpenAI (default), Anthropic, Cohere, Hugging Face, or custom AI chat models and/or LangChain -- [shadcn/ui](https://ui.shadcn.com) - - Styling with [Tailwind CSS](https://tailwindcss.com) - - [Radix UI](https://radix-ui.com) for headless component primitives +- Styling with [shadcn/ui](https://ui.shadcn.com) and [Tailwind CSS](https://tailwindcss.com) - [NextAuth.js](https://github.com/nextauthjs/next-auth) for authentication ## Model Providers -This template ships with OpenAI `gpt-3.5-turbo` as the default. However, you can switch LLM providers to [Anthropic](https://anthropic.com), [Cohere](https://cohere.com/), [Hugging Face](https://huggingface.co), or using [LangChain](https://js.langchain.com) with just a few lines of code. +This chatbot ships with OpenAI `gpt-4o` as the default. However, you can switch LLM providers to [Anthropic](https://anthropic.com), [Cohere](https://cohere.com/), [Hugging Face](https://huggingface.co), or using [LangChain](https://js.langchain.com) with just a few lines of code. ## Deploy Your Own