mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
code highlighting in progress
This commit is contained in:
parent
187f7b5b03
commit
e95e22de15
10 changed files with 169 additions and 18 deletions
|
|
@ -154,7 +154,7 @@ router.post('/', async (req, res) => {
|
|||
}
|
||||
|
||||
if (!parentMessageId) {
|
||||
gptResponse.title = await titleConvo(text, gptResponse.text, model);
|
||||
gptResponse.title = await titleConvo(text, JSON.stringify(gptResponse.text), model);
|
||||
}
|
||||
gptResponse.sender = model;
|
||||
gptResponse.final = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue