mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 02:10:15 +01:00
feat: Bing Image Creator
This commit is contained in:
parent
ad29d25396
commit
530f9d303f
3 changed files with 24 additions and 2 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue