Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyucoder/chatgpt-pro
ChatGPT-Pro is an advanced application that combines the power of ChatGPT and DALL.E.
https://github.com/eyucoder/chatgpt-pro
ai-bot chatgpt chatgpt-clone conversational-ai daisyui dall-e dalle2 dallegenerator gpt gpt-3 gpt-4 image-generation machine-learning ml openai react tailwind tailwindcss text-davinci-003 transformer
Last synced: 2 months ago
JSON representation
ChatGPT-Pro is an advanced application that combines the power of ChatGPT and DALL.E.
- Host: GitHub
- URL: https://github.com/eyucoder/chatgpt-pro
- Owner: EyuCoder
- License: apache-2.0
- Created: 2022-12-23T12:28:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T02:52:31.000Z (6 months ago)
- Last Synced: 2024-10-30T01:59:26.454Z (3 months ago)
- Topics: ai-bot, chatgpt, chatgpt-clone, conversational-ai, daisyui, dall-e, dalle2, dallegenerator, gpt, gpt-3, gpt-4, image-generation, machine-learning, ml, openai, react, tailwind, tailwindcss, text-davinci-003, transformer
- Language: JavaScript
- Homepage: https://chatgpt.eyucoder.com
- Size: 6.9 MB
- Stars: 469
- Watchers: 16
- Forks: 214
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - chatgpt-pro - ChatGPT-Pro is an advanced application that combines the power of ChatGPT and DALL.E. (Openai)
README
# ChatGPT-Pro
ChatGPT-Pro is an advanced application that combines the power of ChatGPT and DALL.E. With this app, you have the flexibility to switch between ChatGPT versions. One of the standout features of ChatGPT-Pro is its ability to save chat conversations to local storage.
## One-Click Deploy
### Deploy to Netlify
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/EyuCoder/chatgpt-clone)
### Deploy to Vercel
[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/EyuCoder/chatgpt-clone&project-name=chatgpt-and-dalle&repo-name=chatgpt-clone)
_you can checkout the app [here](https://chatgpt.eyucoder.com/)_
> a demo of the App
**Give it a ⭐ if you liked it 😜**
### Features
- [x] gpt 3.5 and 4
- [x] dall.e image generator
- [x] save chat to localstorage
- [x] chat context## If you find this project helpful, you can buy me a coffee here
## install
```bash
npm install
```## start app
```bash
npm run dev
```**_Tech used_**
- openai API
- Langchain
- React with Vite
- TailwindCSS with DaisyUI
- react-icons
- react-markdown## 📝 License © [Eyuel](https://linkedin.com/in/eyuel-daniel)
> This project is released under the Apache License 2.0 license. See [LICENSE](./LICENSE) for details.