From c7dcff52a1d78334cc55e69d267f5c1c3fd1bc6d Mon Sep 17 00:00:00 2001 From: josc146 Date: Wed, 8 Nov 2023 23:41:17 +0800 Subject: [PATCH] release v1.5.1 --- CURRENT_CHANGE.md | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/CURRENT_CHANGE.md b/CURRENT_CHANGE.md index 2995e74..2c521af 100644 --- a/CURRENT_CHANGE.md +++ b/CURRENT_CHANGE.md @@ -2,28 +2,21 @@ ### Features -- chat attachment is now related to single message (Experimental) -- port occupied detection - -### Upgrades - -- upgrade to rwkv 0.8.20 - -### Improvements - -- improve the compatibility between frontend presets and chatgpt api -- improve memory usage of state cache +- add webUI for easier service sharing (enable it in Configs page or --webui command line parameter, compile it + with `make + build-web`) +- 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) ### Chores -- update ngrok_connect -- python38 compatibility -- adjust startup process +- print error.txt to console when script fails +- api url getter ### Fixes -- fix log encoding error -- fix stop button status of Chat page +- set deepspeed to 0.11.2 to avoid finetune error +- fix `/docs` default api params (Pydantic v2) ## Install