mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
code highlighting in progress
This commit is contained in:
parent
187f7b5b03
commit
e95e22de15
10 changed files with 169 additions and 18 deletions
|
|
@ -38,7 +38,7 @@ export default function TextChat({ messages }) {
|
|||
};
|
||||
const convoHandler = (data) => {
|
||||
console.log('in convo handler');
|
||||
if (model !== 'bingai' && convo.conversationId && convo.parentMessageId === null) {
|
||||
if (model !== 'bingai' && convo.conversationId === null && convo.parentMessageId === null) {
|
||||
const { title, conversationId, id } = data;
|
||||
console.log('parentMessageId is null');
|
||||
console.log('title, convoId, id', title, conversationId, id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue