Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

demo gif

## 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.

Buy Me A Coffee

## Liscence

[MIT](https://github.com/PrasadBroo/ChatGPT/blob/main/LICENSE)