Skip to content

Commit

Permalink
[Fix] ✨ Message Length Limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Apr 2, 2024
1 parent 6ba867a commit 1771143
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions frontend/public/js/bing/chat/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,14 @@ _w['_sydConvConfig'] = {
maxTurnsPerConversation: 30,
// 设置未登录账号的聊天对话次数
maxTurnsPerConversationMuidUser: 10,
maxMessageLength: 4000,
maxMessageLengthBalanced: 2000,
maxMessageLengthCreative: 4000,
maxMessageLengthPrecise: 4000,
maxMessageLengthBalancedPro: 2000,
maxMessageLengthCreativePro: 4000,
maxMessageLengthPrecisePro: 4000,
// enableUniversalInput: true,
maxMessageLength: 8000,
maxMessageLengthBalanced: 4000,
maxMessageLengthCreative: 8000,
maxMessageLengthPrecise: 8000,
maxMessageLengthBalancedPro: 4000,
maxMessageLengthCreativePro: 16000,
maxMessageLengthPrecisePro: 16000,
enableSwiftKeyLatestUX1: true,
enablePrivacyConsent: true,
enableCodexMuidConsentExplicit: true,
Expand Down

0 comments on commit 1771143

Please sign in to comment.