mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +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({
|
: await titleConvo({
|
||||||
model: convo?.model,
|
model: convo?.model,
|
||||||
message: firstMessage?.text,
|
message: firstMessage?.text,
|
||||||
response: JSON.stringify(secondMessage?.text || '')
|
// response: JSON.stringify(secondMessage?.text || '')
|
||||||
});
|
});
|
||||||
|
|
||||||
await saveConvo({
|
await saveConvo({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue