From eb25dc6bcbd60fe365c221fc1ef14dfab3b5c246 Mon Sep 17 00:00:00 2001 From: josc146 Date: Sat, 29 Jul 2023 19:33:52 +0800 Subject: [PATCH] release v1.4.2 --- CURRENT_CHANGE.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/CURRENT_CHANGE.md b/CURRENT_CHANGE.md index 816361e..3e067b5 100644 --- a/CURRENT_CHANGE.md +++ b/CURRENT_CHANGE.md @@ -1,18 +1,17 @@ +## 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 -- add Composition Page (RWKV-Music) -- improve RunButton prompt -- support for `stop` array api params -- improve embeddings API results +- improve `/chat/completions` and `/completions` API performance (remove `response` field) +- improve default ChatCompletion `stop` - improve python backend startup speed -- add support for MIDI RWKV -- add midi api -- add CPU-120M-Music config -- improve sse fetch -- update manifest (a lot of new models) -- update presets -- remove LoraFinetunePrecision fp32 -- chore +- update defaultConfigs ## Install