diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 0bef821b6..48b16e2b0 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -1263,45 +1263,6 @@ function _Chat() { ? Locale.Chat.IsContext : message.date.toLocaleString()} - - {/*{showActions && (*/} - {/*
*/} - {/*
*/} - {/* {message.streaming ? (*/} - {/* }*/} - {/* onClick={() => onUserStop(message.id ?? i)}*/} - {/* />*/} - {/* ) : (*/} - {/* <>*/} - {/* }*/} - {/* onClick={() => onResend(message)}*/} - {/* />*/} - - {/* }*/} - {/* onClick={() => onDelete(message.id ?? i)}*/} - {/* />*/} - - {/* }*/} - {/* onClick={() => onPinMessage(message)}*/} - {/* />*/} - {/* }*/} - {/* onClick={() => copyToClipboard(message.content)}*/} - {/* />*/} - {/* */} - {/* )}*/} - {/*
*/} - {/*
*/} - {/*)}*/} {showTyping && (
@@ -1419,12 +1380,6 @@ function _Chat() {
)} - {/*
*/} - {/* {isContext*/} - {/* ? Locale.Chat.IsContext*/} - {/* : message.date.toLocaleString()}*/} - {/*
*/} - {showActions && (