mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
test: generate of title shouldn't be mislead by answer
This commit is contained in:
parent
0e98cb4206
commit
90dc171b34
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ router.post('/gen_title', async (req, res) => {
|
|||
: await titleConvo({
|
||||
model: convo?.model,
|
||||
message: firstMessage?.text,
|
||||
response: JSON.stringify(secondMessage?.text || '')
|
||||
// response: JSON.stringify(secondMessage?.text || '')
|
||||
});
|
||||
|
||||
await saveConvo({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue