Welcome to nextjs-chatgpt-app
! ππ Responsive chat application powered by OpenAI's GPT-4, with chat streaming, code
highlighting, code execution, development presets, and more. The app is built using Next.js and TypeScript, and it's
designed to be easy to use, customize, and extend. We encourage you to contribute and help improve this project! π
- Chat with OpenAI's GPT-4 π§
- System presets (Developer, Scientist, Executive, and ChatGPT) π
- Real-time streaming of AI responses β‘
- Cool stuff
- Dark mode π
- User-provided API keys
- π NEW Support for GPT 3.5 Turbo - @koganei
- π NEW Custom system purpose - @typpo
- Developer-oriented features
- Stop generation
- Voice input
- Mobile app (PWA)
- Add your idea in the issues!
Because the official Chat is slower than the API, and the Playground UI doesn't even highlight code.
Tech Stack π οΈ
Simply clone the repository, install the dependencies, and run the development server:
git clone https://github.com/Huniko519/ChatGPT-React-Next-Web.git
cd ChatGPT-React-Next-Web
npm install
npm run dev
Now the app should be running on http://localhost:3000
.