chatgpt-ui

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.

MIT License

Stars
1.5K

Bot releases are visible (Hide)

chatgpt-ui - v2.5.9 Latest Release

Published by WongSaang about 1 year ago

chatgpt-ui - v2.5.8

Published by WongSaang about 1 year ago

Merge some recent PRs, thanks to everyone who contributed!

chatgpt-ui - v2.5.7

Published by WongSaang over 1 year ago

Merge pull request https://github.com/WongSaang/chatgpt-ui/pull/235 from AIndoria/main

chatgpt-ui - v2.5.6

Published by WongSaang over 1 year ago

chatgpt-ui - v2.5.5

Published by WongSaang over 1 year ago

🚀Features:

  1. Supports for documents upload and searching
  2. Support for conversation export and import

Thank @xesrc for the excellent work!

chatgpt-ui - v2.5.4

Published by WongSaang over 1 year ago

Support Spanish,From enthusiastic netizen Cristobal.

chatgpt-ui - v2.5.3

Published by WongSaang over 1 year ago

chatgpt-ui - v2.5.2

Published by WongSaang over 1 year ago

Temporarily remove the invitation code input in the registration because the backend does not support it yet.

chatgpt-ui - v2.5.1

Published by WongSaang over 1 year ago

feat(markdown): Display the borders of the table.

chatgpt-ui - v2.5.0

Published by WongSaang over 1 year ago

Optimize message content layout and support rendering mathematical formulas.

chatgpt-ui - v2.4.8

Published by WongSaang over 1 year ago

Feature

French translation. Salute to @yblisss .

chatgpt-ui - v2.4.7

Published by WongSaang over 1 year ago

chatgpt-ui - v2.4.6

Published by WongSaang over 1 year ago

Changed

  1. Add independent plugin to put loading system configuration in the lifecycle hook "app:created". fix https://github.com/WongSaang/chatgpt-ui/issues/120#issuecomment-1500380338.
  2. Make the editor automatically focus after selecting a prompt.
  3. Upgrade Nuxt to version 3.4.
chatgpt-ui - v2.4.5

Published by WongSaang over 1 year ago

Changed:

  1. Translated the login page and registration page.
  2. Added a language selection component to the login page.
  3. Added a default language configuration option.

❤️Thanks to @CheaterScript .

chatgpt-ui - v2.4.4

Published by WongSaang over 1 year ago

Add Dockerfile and workflow for static hosting image

chatgpt-ui - v2.4.3

Published by WongSaang over 1 year ago

Changed

  1. Fixed: Resending message when the visibility of the browser page changes , which causes slowdown or failure to receive messages
  2. Replace h3's proxyRequest with http-proxy-middleware.
chatgpt-ui - v2.4.2

Published by WongSaang over 1 year ago

Support Frugal Mode

chatgpt-ui - v2.4.1

Published by WongSaang over 1 year ago

  1. Fix the issue where useSettings does not work in SSR mode.
  2. Fix the issue of updating the number to a string type when clicking the plus or minus button in the input box when setting the model parameters.
chatgpt-ui - v2.4.0

Published by WongSaang over 1 year ago

Feature

📢The client has been changed to the deployment method of SSR, which allows the client to use environment variables and improves the speed of the first screen loading.

Fixed

  • Code blocks cannot be copied in new messages.
  • Clicking "New Conversation" does not respond.
chatgpt-ui - v2.3.9

Published by WongSaang over 1 year ago

Optimize the layout of message content