1.4.0 dev mode support more ops and args

This commit is contained in:
2023-07-07 18:20:14 +08:00
parent ecfa32f75e
commit 1da4d38799
6 changed files with 176 additions and 30 deletions

View File

@@ -1,3 +1,3 @@
const CHATGPT_API_WEB_VERSION = "v1.3.0";
const CHATGPT_API_WEB_VERSION = "v1.4.0";
export default CHATGPT_API_WEB_VERSION;