mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 01:40:15 +01:00
fixing convo state in progress
This commit is contained in:
parent
500b6c9fa8
commit
0e5c7c7721
5 changed files with 160 additions and 6 deletions
|
|
@ -86,8 +86,8 @@ router.post('/', async (req, res) => {
|
|||
}
|
||||
|
||||
gptResponse.sender = 'GPT';
|
||||
|
||||
console.log('gptResponse', gptResponse);
|
||||
gptResponse.final = true;
|
||||
// console.log('gptResponse', gptResponse);
|
||||
|
||||
await saveMessage(gptResponse);
|
||||
await saveConvo(gptResponse);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue