RWKV-Runner/CURRENT_CHANGE.md

21 lines
1.1 KiB
Markdown
Raw Normal View History

2023-07-29 19:33:52 +08:00
## 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.
2023-06-09 21:16:37 +08:00
## Changes
2023-07-29 19:33:52 +08:00
- improve `/chat/completions` and `/completions` API performance (remove `response` field)
- improve default ChatCompletion `stop`
2023-07-28 13:05:55 +08:00
- improve python backend startup speed
2023-07-29 19:33:52 +08:00
- update defaultConfigs
2023-06-09 21:16:37 +08:00
## Install
- Windows: https://github.com/josStorer/RWKV-Runner/blob/master/build/windows/Readme_Install.txt
- MacOS: https://github.com/josStorer/RWKV-Runner/blob/master/build/darwin/Readme_Install.txt
- Linux: https://github.com/josStorer/RWKV-Runner/blob/master/build/linux/Readme_Install.txt
- Server-Deploy-Examples: https://github.com/josStorer/RWKV-Runner/tree/master/deploy-examples