mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
fix: lost model of browser
This commit is contained in:
parent
d4cd9411c0
commit
e7a6589958
1 changed files with 0 additions and 1 deletions
|
|
@ -120,7 +120,6 @@ const ask = async ({
|
||||||
await saveMessage(responseMessage);
|
await saveMessage(responseMessage);
|
||||||
|
|
||||||
// STEP2 update the conversation
|
// STEP2 update the conversation
|
||||||
conversationId = responseMessage.conversationId || conversationId;
|
|
||||||
|
|
||||||
// First update conversationId if needed
|
// First update conversationId if needed
|
||||||
let conversationUpdate = { conversationId, endpoint: 'chatGPTBrowser' };
|
let conversationUpdate = { conversationId, endpoint: 'chatGPTBrowser' };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue