chore: update readme (#921)

This commit is contained in:
Jeremy 2025-04-09 16:22:20 -07:00 committed by GitHub
parent ca20164763
commit 790534556a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,9 +29,9 @@
- Styling with [Tailwind CSS](https://tailwindcss.com) - Styling with [Tailwind CSS](https://tailwindcss.com)
- Component primitives from [Radix UI](https://radix-ui.com) for accessibility and flexibility - Component primitives from [Radix UI](https://radix-ui.com) for accessibility and flexibility
- Data Persistence - Data Persistence
- [Vercel Postgres powered by Neon](https://vercel.com/storage/postgres) for saving chat history and user data - [Neon Serverless Postgres](https://vercel.com/marketplace/neon) for saving chat history and user data
- [Vercel Blob](https://vercel.com/storage/blob) for efficient file storage - [Vercel Blob](https://vercel.com/storage/blob) for efficient file storage
- [NextAuth.js](https://github.com/nextauthjs/next-auth) - [Auth.js](https://authjs.dev)
- Simple and secure authentication - Simple and secure authentication
## Model Providers ## Model Providers