mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30: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);
|
||||
|
||||
// STEP2 update the conversation
|
||||
conversationId = responseMessage.conversationId || conversationId;
|
||||
|
||||
// First update conversationId if needed
|
||||
let conversationUpdate = { conversationId, endpoint: 'chatGPTBrowser' };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue