BetterChatGPT
An amazing UI for OpenAI’s ChatGPT (Website + Windows + MacOS + Linux).
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.4'
services:
ui_dev:
restart: always
image: better-chat-gpt
build:
context: ./
ports:
- 5173:3000
restart: unless-stoppedResources
Website: https://bettergpt.chat/
GitHub: https://github.com/ztjhz/BetterChatGPT
Configuration: https://github.com/ztjhz/BetterChatGPT#running-it-locally-using-docker-compose