release v1.4.3

This commit is contained in:
josc146 2023-07-31 22:50:29 +08:00
parent b3e35a4cdd
commit d7d4f87620

View File

@ -1,16 +1,8 @@
## Breaking Changes
Due to performance and bandwidth considerations, the `/chat/completions` and `/completions` API no longer return
the `response` field. If necessary, you can
still [uncomment it](https://github.com/josStorer/RWKV-Runner/commit/aecacde81927e26816558f1a629cdcf507b7cb5b) yourself.
Please note that this is never part of the OpenAI API, it existed previously only for API development
convenience. If you follow the OpenAI API specification, you will not be affected in any way.
## Changes ## Changes
- improve `/chat/completions` and `/completions` API performance (remove `response` field) - japanese UI
- improve default ChatCompletion `stop` - global penalty
- improve python backend startup speed - allow custom user_name and assistant_name (`/chat/completions` API)
- update defaultConfigs - update defaultConfigs
## Install ## Install