RWKV-Runner/CURRENT_CHANGE.md
2023-07-29 19:33:52 +08:00

1.1 KiB

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 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
  • update defaultConfigs

Install