feat: Bing Image Creator

This commit is contained in:
fuegovic 2023-07-20 00:53:21 -04:00 committed by Danny Avila
parent ad29d25396
commit 530f9d303f
3 changed files with 24 additions and 2 deletions

View file

@ -69,7 +69,8 @@ const Content = React.memo(({ content, message }) => {
];
if (!isInitializing || !isLatestMessage) {
rehypePlugins.pop();
//commented out to fix bing image creator errors
//rehypePlugins.pop();
}
return (