https://github.com/ericz99/ai-chat-gpt
ChatGPT Clone
https://github.com/ericz99/ai-chat-gpt
ai chatgpt fullstack-development openai
Last synced: about 2 months ago
JSON representation
ChatGPT Clone
- Host: GitHub
- URL: https://github.com/ericz99/ai-chat-gpt
- Owner: ericz99
- Created: 2023-07-28T02:07:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T01:14:10.000Z (almost 3 years ago)
- Last Synced: 2025-08-02T01:24:35.776Z (11 months ago)
- Topics: ai, chatgpt, fullstack-development, openai
- Language: TypeScript
- Homepage:
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ChatGPT Clone
## Local Setup
```ssh
$ git clone https://github.com/ericz99/ai-chat-gpt.git
$ npm install
$ npm run build
$ npm run start
```
> Convert .env.example into .env and fill in all required variable in order to run this properly.
## Features
- Multiple Chat Conversations Supported
- NextAuth Authentication / Authorization
- Streaming OpenAI response
## App Info
### Author
Eric Zhang
### Version
1.0.0