A modern AI chatbot built with Next.js and Vercel AI SDK, featuring multiple AI model support and real-time streaming responses.
Watch the video: YouTube
- 🤖 Multiple AI model support (OpenAI, Gemini)
- ⚡ Real-time streaming responses
- 📱 Responsive design
- 🎨 Modern UI with Tailwind CSS
- Next.js 15
- TypeScript
- Tailwind CSS
- Vercel AI SDK
- OpenAI API
- Google Gemini API
-
Clone the repository:
git clone https://github.com/jovimoura/chatgpt-next
-
Install dependencies:
npm install # or yarn install # or pnpm install
-
Update
.env.examplefile:GOOGLE_GENERATIVE_AI_API_KEY="" OPENAI_API_KEY=""
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev
This project is licensed under the MIT License - see the LICENSE file for details.