Skip to content

tohrxyz/chatgpt-open-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

👾 What is this?

An open UI front-end website to interact with ChatGPT API from OpenAI.

🧑‍💻 What is the tech stack?

  • written in React.js
  • responsive design in TailWindCSS

🔌 Official hosting

You can try this app on https://gpt.kotol.cloud

📄 License

This project is licensed under MIT License

💸 How to support this project?

  • Bitcoin donate: 36ZesvSFoyDBJcJMYRyUP2hnWcwjxjp7JD
  • Lightning Bitcoin donate: [email protected]
  • Monero donate: 49261YsGmYjeEAipPeRC5g2KR8imwedAYX4i3Gy9hYvN7JUBB4Vyc5U7aDbsnUF43S7tjLptrYmdt32P4yytvo9s6p51dgc

📥 How to contribute?

All contributions to this FOSS project are greatly appreciated! You can look at Issues or submitting a Pull Request with something you made yourself!

💻 How to run locally?

  1. Clone this repository with git clone
  2. Go to the folder with cd chatgpt-open-ui/react-web
  3. npm install
  4. npm start