ball6847 / chatgpt-clone

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

Home Page:https://chatgpt.eyucoder.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://chatgpt.eyucoder.com

License:Apache License 2.0


Languages

Language:JavaScript 80.2%Language:CSS 14.5%Language:HTML 2.2%Language:Dockerfile 1.9%Language:Shell 1.2%