Skip to content

this app is a ChatGPT Clone with DALL.E using OpenAIs text-davinci-003 and image generation Model

License

Notifications You must be signed in to change notification settings

brackhap/chatgpt-clone

 
 

Repository files navigation

ChatGPT clone with DALL.E image generation model

you can checkout the app here

a demo of the App

android icon

Give it a ⭐ if you liked it 😜

install

npm install

Configuration

  1. obtain your openai api key from here
  2. cd server
  3. rename .env.example to .env
  4. add your openai api key inside .env
  5. make sure you have added .env to your .gitignore file

run

npm run dev

Tech used

  • openai API
  • react
  • tailwindcss
  • react-icons
  • react-markdown
  • redis
  • express

credits

📝 License © Eyuel

This project is released under the Apache License 2.0 license. See LICENSE for details.

About

this app is a ChatGPT Clone with DALL.E using OpenAIs text-davinci-003 and image generation Model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.9%
  • CSS 15.6%
  • HTML 2.3%
  • Shell 0.2%