README
This commit is contained in:
parent
2ad4731851
commit
7940aee12b
1 changed files with 0 additions and 2 deletions
|
|
@ -22,7 +22,6 @@
|
||||||
- React Server Components (RSCs), Suspense, and Server Actions
|
- React Server Components (RSCs), Suspense, and Server Actions
|
||||||
- [Vercel AI SDK](https://sdk.vercel.ai/docs) for streaming chat UI
|
- [Vercel AI SDK](https://sdk.vercel.ai/docs) for streaming chat UI
|
||||||
- Support for OpenAI (default), Anthropic, Hugging Face, or custom AI chat models and/or LangChain
|
- Support for OpenAI (default), Anthropic, Hugging Face, or custom AI chat models and/or LangChain
|
||||||
- Edge runtime-ready
|
|
||||||
- [shadcn/ui](https://ui.shadcn.com)
|
- [shadcn/ui](https://ui.shadcn.com)
|
||||||
- Styling with [Tailwind CSS](https://tailwindcss.com)
|
- Styling with [Tailwind CSS](https://tailwindcss.com)
|
||||||
- [Radix UI](https://radix-ui.com) for headless component primitives
|
- [Radix UI](https://radix-ui.com) for headless component primitives
|
||||||
|
|
@ -46,7 +45,6 @@ Follow the steps outlined in the [quick start guide](https://vercel.com/docs/sto
|
||||||
|
|
||||||
Remember to update your environment variables (`KV_URL`, `KV_REST_API_URL`, `KV_REST_API_TOKEN`, `KV_REST_API_READ_ONLY_TOKEN`) in the `.env` file with the appropriate credentials provided during the KV database setup.
|
Remember to update your environment variables (`KV_URL`, `KV_REST_API_URL`, `KV_REST_API_TOKEN`, `KV_REST_API_READ_ONLY_TOKEN`) in the `.env` file with the appropriate credentials provided during the KV database setup.
|
||||||
|
|
||||||
|
|
||||||
## Running locally
|
## Running locally
|
||||||
|
|
||||||
You will need to use the environment variables [defined in `.env.example`](.env.example) to run Next.js AI Chatbot. It's recommended you use [Vercel Environment Variables](https://vercel.com/docs/projects/environment-variables) for this, but a `.env` file is all that is necessary.
|
You will need to use the environment variables [defined in `.env.example`](.env.example) to run Next.js AI Chatbot. It's recommended you use [Vercel Environment Variables](https://vercel.com/docs/projects/environment-variables) for this, but a `.env` file is all that is necessary.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue