Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prasadbroo/chatgpt
Multiple chats completions simultaneously π² Send chat with/without history π§ Image generation π¨ Choose model from a variety of GPT-3/GPT-4 models π Stores your chats in local storage π Same user interface as the original ChatGPT πΊ Custom chat titles π¬ Export/Import your chats πΌπ½ Code Highlight
https://github.com/prasadbroo/chatgpt
aibot bot chatgpt chatgpt-clone gpt3 gpt4 openai reactjs tailwindcss zustand
Last synced: 3 months ago
JSON representation
Multiple chats completions simultaneously π² Send chat with/without history π§ Image generation π¨ Choose model from a variety of GPT-3/GPT-4 models π Stores your chats in local storage π Same user interface as the original ChatGPT πΊ Custom chat titles π¬ Export/Import your chats πΌπ½ Code Highlight
- Host: GitHub
- URL: https://github.com/prasadbroo/chatgpt
- Owner: PrasadBroo
- License: mit
- Created: 2023-09-08T15:38:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T14:48:25.000Z (12 months ago)
- Last Synced: 2024-10-14T00:21:40.370Z (3 months ago)
- Topics: aibot, bot, chatgpt, chatgpt-clone, gpt3, gpt4, openai, reactjs, tailwindcss, zustand
- Language: TypeScript
- Homepage: https://chat-gpt-cloned.netlify.app/
- Size: 7.51 MB
- Stars: 54
- Watchers: 1
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatGPT
ChatGPT clone with added features
# Deploy
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FPrasadBroo%2FChatGPT&install-command=npm%20install&output-directory=dist)
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/PrasadBroo/ChatGPT)# Demo
## Features
- Multiple chats completions simultaneouslyπ²
- Send chat with/without history π§
- Choose model from a variety of GPT-3/GPT-4 models π
- Stores your chats in local storage π
- Same user interface as the original ChatGPT πΊ
- Custom chat titles π¬
- Export/Import your chats πΌπ½## To-Do
- [x] Add DALL-E1 & DALL-E2 Image Generation Models
- [x] Add Code Highlight
- [ ] [Add ChatGPT Pre Made Prompts](https://github.com/f/awesome-chatgpt-prompts)
## Requirements- Node JS
- npm
- [Create Open AI account](https://beta.openai.com/signup/)## Setup
1. Clone the repository
```
git clone https://github.com/PrasadBroo/ChatGPT.git
```2. Install client dependencies
```
cd ChatGPT
npm install
```3. Get your Open AI API key from [Open AI API Key](https://platform.openai.com/account/api-keys)
## Usage
1. Start the app
```
npm run dev
```## Contribution
All contributions are welcome. Feel free to open an issue or create a pull request.
## Liscence
[MIT](https://github.com/PrasadBroo/ChatGPT/blob/main/LICENSE)