Releases: WongSaang/chatgpt-ui-server
Releases · WongSaang/chatgpt-ui-server
v2.3.7
Added an environment variable SERVER_WORKERS
to increase concurrency.
v2.3.6
Localized prompt support for conversation title generation
v2.3.5
Add title for prompt. Thanks to @erritis erritis for his excellent work!
v2.3.3
Add a setting option open_api_key_setting
to control whether the front-end enables API Key setting.
v2.3.2
Support obtaining the API key passed in from the front-end
v2.3.1
Web search prompt supports multiple languages
v2.3.0
- Define 'utf8mb4' charset when using mysql
- Added environment variable: EMAIL_FROM
v2.2.9
🌏Added web search functionality.
v2.2.5
Remove the parent_message field in the Message model and associated logic