enricoros / nextjs-chatgpt-app
- среда, 22 марта 2023 г. в 00:14:09
💬 Responsive chat application powered by OpenAI's GPT-4, with response streaming, code highlighting, various presets for developers. Using Next.js, React, Joy.
Welcome to nextjs-chatgpt-app
!
Click to fork and run on Vercel, or check out the demo (bring your own API keys).
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/enricoros/nextjs-chatgpt-app.git
cd nextjs-chatgpt-app
npm install
npm run dev
Now the app should be running on http://localhost:3000
.
The source code is Very Simple™
This project is licensed under the MIT License.
Made with