Releases: WongSaang/chatgpt-ui-server
Releases · WongSaang/chatgpt-ui-server
v2.5.1
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
🚀Features:
- Supports for documents upload and searching
- Support for conversation export and import
Thank @xesrc for the excellent work!
v2.4.4
Remove permission verification for the settings interface.
v2.4.3
Feature
Add the "open_frugal_mode_control" setting option
v2.4.2
Features:
- add user token usage statistics
- add apiKey management model to support balanced use of multiple api keys
- use django-simpleui to beautify the admin
v2.4.1
The maximum prompt token is calculated according to the maximum response token passed in by the front-end
v2.4.0
Changed
- Turn off nginx caching in the conversations interface to reduce latency.
- Add the environment variable WORKER_TIMEOUT to control the request timeout, defaulting to 180 seconds.
v2.3.9
Fix: Line breaks and spaces in Frequently prompts are filtered out.