liangzimixin 0.3.99 → 0.3.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs
CHANGED
|
@@ -32170,8 +32170,8 @@ var quantumImPlugin = {
|
|
|
32170
32170
|
/** 强制调整块级流式的截断阈值,让切块更频繁 */
|
|
32171
32171
|
streaming: {
|
|
32172
32172
|
blockStreamingCoalesceDefaults: {
|
|
32173
|
-
minChars:
|
|
32174
|
-
// 缓冲只要满
|
|
32173
|
+
minChars: 50,
|
|
32174
|
+
// 缓冲只要满 50 字且遇到断句,就会立刻发出一块消息
|
|
32175
32175
|
idleMs: 800
|
|
32176
32176
|
// 思考停顿超过 0.8秒 立刻发出当前累积的段落
|
|
32177
32177
|
}
|
package/dist/package.json
CHANGED
package/dist/setup-entry.cjs
CHANGED
|
@@ -34565,8 +34565,8 @@ var quantumImPlugin = {
|
|
|
34565
34565
|
/** 强制调整块级流式的截断阈值,让切块更频繁 */
|
|
34566
34566
|
streaming: {
|
|
34567
34567
|
blockStreamingCoalesceDefaults: {
|
|
34568
|
-
minChars:
|
|
34569
|
-
// 缓冲只要满
|
|
34568
|
+
minChars: 50,
|
|
34569
|
+
// 缓冲只要满 50 字且遇到断句,就会立刻发出一块消息
|
|
34570
34570
|
idleMs: 800
|
|
34571
34571
|
// 思考停顿超过 0.8秒 立刻发出当前累积的段落
|
|
34572
34572
|
}
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@ REM liangzimixin install script (Windows)
|
|
|
18
18
|
REM Usage: liangzimixin_install.bat <appId> <appSecret> [quantumAccount]
|
|
19
19
|
REM ============================================================
|
|
20
20
|
|
|
21
|
-
set "SCRIPT_VERSION=0.3.
|
|
21
|
+
set "SCRIPT_VERSION=0.3.100"
|
|
22
22
|
set "NPM_PACKAGE=liangzimixin"
|
|
23
23
|
|
|
24
24
|
set "SKIP_SELF_UPDATE=0"
|
|
@@ -14,7 +14,7 @@ echo -e "\033[0;36m▸\033[0m Deployment log will be saved to $LOG_FILE"
|
|
|
14
14
|
# 用法: ./liangzimixin_install.sh <appId> <appSecret> [quantumAccount]
|
|
15
15
|
# ============================================================
|
|
16
16
|
|
|
17
|
-
SCRIPT_VERSION="0.3.
|
|
17
|
+
SCRIPT_VERSION="0.3.100"
|
|
18
18
|
NPM_PACKAGE="liangzimixin"
|
|
19
19
|
|
|
20
20
|
# ── 颜色 ──────────────────────────────────────────────────────
|