Skip to content

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.

License

Notifications You must be signed in to change notification settings

agenticworkflow-dev/chatgpt-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT UI

A fork from the original repo https://github.com/WongSaang/chatgpt-ui-server. The main change is replacing OpenAI with Azure OpenAI

How to start

  1. Check out the code
  2. Copy .env.example to .env and add necessary Azure OpenAI settings
  3. Use docker compose up -d to start the servers
  4. BEFORE attempting to login, open 'localhost:9000/admin' in a browser. Add a dummy key as shown below

Add Key

  1. Open localhost in a browser to start

About

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 86.8%
  • JavaScript 6.4%
  • TypeScript 3.1%
  • Shell 2.8%
  • Other 0.9%