Skip to content

Commit

Permalink
[Fix] 🐛 Phone UI Display no Full
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Mar 20, 2024
1 parent d84f164 commit 8e7fff9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/public/js/bing/chat/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ _w['_sydConvConfig'] = {
enableFreeSydneyV2Style: true,
// Microsoft Designer
enableDesignerGPT: true,
// Phone UI Full Screen
enableCopilotFullScreenUX: true,
enableFullScreenIframe: true,
enableDelayedMsgHandlerDisposal: true,
defaultMaxPersonaCount: 6,
Expand Down Expand Up @@ -264,6 +266,7 @@ _w['_sydConvConfig'] = {
enableSimpleVoiceInput: true,
enableSpeechFateTTSStop: true,
enableSydPreloadAudioTTS: true,
enableSpeechGetUserMedia: true,
enableSpeechErrorHandling: true,
enableSpeechTTSLatencyLogging: true,
enableSpeechIconDarkTheme: true,
Expand Down Expand Up @@ -448,9 +451,11 @@ _w['_sydConvConfig'] = {
efhof: true,
visualSearchSubscriptionId: 'Bing.Chat.Multimodal',
eifpiab: true,
evscamprd: true,
vscamprdname: 'FileUploadCameraProvider',
multimediaSearchFormCode: 'IACMIR',
multimediaSearchEnableMediaCanvas: true,
multimediaSearchMaxImageCount: 5
multimediaSearchMaxImageCount: 5,
};
_w['_sydThreads'] = {
threads: [],
Expand Down

0 comments on commit 8e7fff9

Please sign in to comment.