Skip to content

Releases: WongSaang/chatgpt-ui-server

v2.5.2

05 Jul 06:42
df7d9b9
Compare
Choose a tag to compare

v2.5.1

10 May 09:05
Compare
Choose a tag to compare

fix(migration) Set the default value of the user foreign key of the message model to 1 to resolve the migration error

v2.5.0

10 May 07:05
83fdbaa
Compare
Choose a tag to compare

🚀Features:

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

Thank @xesrc for the excellent work!

v2.4.4

19 Apr 01:42
Compare
Choose a tag to compare

Remove permission verification for the settings interface.

v2.4.3

18 Apr 02:48
Compare
Choose a tag to compare

Feature

Add the "open_frugal_mode_control" setting option

v2.4.2

15 Apr 05:17
Compare
Choose a tag to compare

Features:

  1. add user token usage statistics
  2. add apiKey management model to support balanced use of multiple api keys
  3. use django-simpleui to beautify the admin

v2.4.1

13 Apr 02:53
Compare
Choose a tag to compare

The maximum prompt token is calculated according to the maximum response token passed in by the front-end

v2.4.0

11 Apr 09:42
Compare
Choose a tag to compare

Changed

  1. Turn off nginx caching in the conversations interface to reduce latency.
  2. Add the environment variable WORKER_TIMEOUT to control the request timeout, defaulting to 180 seconds.

v2.3.9

11 Apr 04:55
Compare
Choose a tag to compare

Fix: Line breaks and spaces in Frequently prompts are filtered out.

v2.3.8

06 Apr 09:59
Compare
Choose a tag to compare

Support Frugal Mode