mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 08:12:00 +02:00
fix: dont send gen_title twice
This commit is contained in:
parent
d73375958b
commit
8b00805d24
5 changed files with 29 additions and 18 deletions
|
@ -167,6 +167,8 @@ router.post('/', async (req, res) => {
|
|||
response: JSON.stringify(gptResponse?.text)
|
||||
});
|
||||
|
||||
console.log('CONVERSATION TITLE', title);
|
||||
|
||||
await saveConvo({
|
||||
conversationId,
|
||||
title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue