An open-source AI chatbot built with Next.js, the AI SDK, and DeepInfra.
You can deploy your own version to Vercel by clicking the button below:
Clone the repository and install dependencies:
npm install# oryarn install# orpnpm install
Install the Vercel CLI:
npm i -g vercel# oryarn global add vercel# orpnpm install -g vercel
Once installed, link your local project to your Vercel project:
vercel link
After linking, pull your environment variables:
vercel env pull
This will create a .env.local
file with all the necessary environment variables.
Run the development server:
npm run dev# oryarn dev# orpnpm dev
Open http://localhost:3000 to view your new AI chatbot application.
This repository is maintained by the Vercel team and community contributors.
Contributions are welcome! Feel free to open issues or submit pull requests to enhance functionality or fix bugs.
An open-source AI chatbot built with Next.js, the AI SDK, and DeepInfra.
You can deploy your own version to Vercel by clicking the button below:
Clone the repository and install dependencies:
npm install# oryarn install# orpnpm install
Install the Vercel CLI:
npm i -g vercel# oryarn global add vercel# orpnpm install -g vercel
Once installed, link your local project to your Vercel project:
vercel link
After linking, pull your environment variables:
vercel env pull
This will create a .env.local
file with all the necessary environment variables.
Run the development server:
npm run dev# oryarn dev# orpnpm dev
Open http://localhost:3000 to view your new AI chatbot application.
This repository is maintained by the Vercel team and community contributors.
Contributions are welcome! Feel free to open issues or submit pull requests to enhance functionality or fix bugs.