mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 02:10:15 +01:00
Merge branch 'main' into search-final
This commit is contained in:
commit
f73936e5f4
2 changed files with 29 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ import React from 'react';
|
|||
import EditIcon from '../svg/EditIcon';
|
||||
|
||||
export default function HoverButtons({ visible, onClick, model }) {
|
||||
const isBing = model === 'bingai' || model === 'sydney';
|
||||
const isBing = model === 'bingai';
|
||||
const enabled = !isBing;
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue