Skip to content

Commit 1771143

Browse files
committed
[Fix] ✨ Message Length Limit
1 parent 6ba867a commit 1771143

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

frontend/public/js/bing/chat/config.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,14 @@ _w['_sydConvConfig'] = {
180180
maxTurnsPerConversation: 30,
181181
// 设置未登录账号的聊天对话次数
182182
maxTurnsPerConversationMuidUser: 10,
183-
maxMessageLength: 4000,
184-
maxMessageLengthBalanced: 2000,
185-
maxMessageLengthCreative: 4000,
186-
maxMessageLengthPrecise: 4000,
187-
maxMessageLengthBalancedPro: 2000,
188-
maxMessageLengthCreativePro: 4000,
189-
maxMessageLengthPrecisePro: 4000,
183+
// enableUniversalInput: true,
184+
maxMessageLength: 8000,
185+
maxMessageLengthBalanced: 4000,
186+
maxMessageLengthCreative: 8000,
187+
maxMessageLengthPrecise: 8000,
188+
maxMessageLengthBalancedPro: 4000,
189+
maxMessageLengthCreativePro: 16000,
190+
maxMessageLengthPrecisePro: 16000,
190191
enableSwiftKeyLatestUX1: true,
191192
enablePrivacyConsent: true,
192193
enableCodexMuidConsentExplicit: true,

0 commit comments

Comments
 (0)