Skip to content

Commit

Permalink
[Fix] 🐛 User Msg Action enable only on V3UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Feb 5, 2024
1 parent 5c6f6ac commit 62f95de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/public/js/bing/chat/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,7 @@ if (uiVersion == 'v1') {
_w['_sydConvConfig']['enableWelcomeScreenV2'] = false
_w['_sydConvConfig']['enableWelcomeScreenV3'] = false
_w['_sydConvConfig']['enableGoldilocks'] = false
_w['_sydConvConfig']['enableGoldilocksUserMsgActionBar'] = false
_w['_sydConvConfig']['enableFreeSydney'] = false
_w['_sydConvConfig']['enableDesignerGPT'] = false
} else if (uiVersion == 'v3') {
Expand All @@ -1170,6 +1171,7 @@ if (uiVersion == 'v1') {
_w['_sydConvConfig']['enableWelcomeScreenV2'] = true
_w['_sydConvConfig']['enableWelcomeScreenV3'] = false
_w['_sydConvConfig']['enableGoldilocks'] = false
_w['_sydConvConfig']['enableGoldilocksUserMsgActionBar'] = false
_w['_sydConvConfig']['enableFreeSydney'] = true
_w['_sydConvConfig']['enableDesignerGPT'] = true
}
Expand Down

0 comments on commit 62f95de

Please sign in to comment.