From 1432723de53ba22ae61480199deae9a09dcb7f55 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Fri, 24 Mar 2023 18:20:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BE=88=E5=AE=B9?= =?UTF-8?q?=E6=98=93=E8=B6=85token=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/SydneyAIClient.js | 19 +++++-------------- utils/config.js | 2 +- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/utils/SydneyAIClient.js b/utils/SydneyAIClient.js index 635daf0..a7aca32 100644 --- a/utils/SydneyAIClient.js +++ b/utils/SydneyAIClient.js @@ -366,20 +366,11 @@ export default class SydneyAIClient { 'disable_emoji_spoken_text', 'responsible_ai_policy_235', 'enablemm', - // 'h3precise', - 'clgalileo', - 'dlcodex3k', - 'dltokens18k', - 'enablesd', - 'bfprss', - // 'cachewriteext', - 'deepleofreq', - // 'e2ecachewrite', - 'saharafreq', - 'wlthrottle', - 'dl_edge_desc', - 'dv3sugg', - toneOption + toneOption, + 'dtappid', + 'cricinfo', + 'cricinfov2', + 'dv3sugg' ], sliceIds: [ '222dtappid', diff --git a/utils/config.js b/utils/config.js index d047794..640cc6c 100644 --- a/utils/config.js +++ b/utils/config.js @@ -69,7 +69,7 @@ const defaultConfig = { chatglmBaseUrl: 'http://localhost:8080', allowOtherMode: true, sydneyContext: '', - version: 'v2.3.2' + version: 'v2.3.3' } const _path = process.cwd() let config = {}