mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
Enable branching (edit message) for Sydney
This commit is contained in:
parent
350a1bbae0
commit
c240d14864
1 changed files with 1 additions and 1 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