From d7d4f876201e822050e0545bae68bcd8c1d44542 Mon Sep 17 00:00:00 2001 From: josc146 Date: Mon, 31 Jul 2023 22:50:29 +0800 Subject: [PATCH] release v1.4.3 --- CURRENT_CHANGE.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/CURRENT_CHANGE.md b/CURRENT_CHANGE.md index 3e067b5..b8e3e58 100644 --- a/CURRENT_CHANGE.md +++ b/CURRENT_CHANGE.md @@ -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 -- improve `/chat/completions` and `/completions` API performance (remove `response` field) -- improve default ChatCompletion `stop` -- improve python backend startup speed +- japanese UI +- global penalty +- allow custom user_name and assistant_name (`/chat/completions` API) - update defaultConfigs ## Install