Skip to content

Commit

Permalink
[Fix] 🐛 Language priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed May 8, 2024
1 parent ae5d85b commit 9ed548c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/js/bing/chat/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1661,7 +1661,7 @@ if (UserStoreGet('copilotProEnable')) {
_w['_sydConvConfig']['enableGPT4TurboSwitch'] = true
}

// _G.Region = UserStoreGet('langRegion') || 'CN'
_G.Region = UserStoreGet('langRegion') || 'CN'

_w['_sydConvConfig']['enableAutoReopenMic'] = UserStoreGet('autoReopenMic') || true
_w['_sydConvConfig']['enableAutoReopenMicTTSStopped'] = UserStoreGet('autoReopenMic') || true

0 comments on commit 9ed548c

Please sign in to comment.