release v1.5.1

This commit is contained in:
josc146 2023-11-08 23:41:17 +08:00
parent c6ef32958e
commit c7dcff52a1

View File

@ -2,28 +2,21 @@
### Features ### Features
- chat attachment is now related to single message (Experimental) - add webUI for easier service sharing (enable it in Configs page or --webui command line parameter, compile it
- port occupied detection with `make
build-web`)
### Upgrades - add deployment mode. If `/switch-model` with `deploy: true`, will disable /switch-model, /exit and other dangerous
APIs (state cache APIs, part of midi APIs)
- upgrade to rwkv 0.8.20
### Improvements
- improve the compatibility between frontend presets and chatgpt api
- improve memory usage of state cache
### Chores ### Chores
- update ngrok_connect - print error.txt to console when script fails
- python38 compatibility - api url getter
- adjust startup process
### Fixes ### Fixes
- fix log encoding error - set deepspeed to 0.11.2 to avoid finetune error
- fix stop button status of Chat page - fix `/docs` default api params (Pydantic v2)
## Install ## Install