Skip to content

Commit

Permalink
release v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Jul 31, 2023
1 parent b3e35a4 commit d7d4f87
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions CURRENT_CHANGE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d7d4f87

Please sign in to comment.