fix: lost model of browser

This commit is contained in:
Wentao Lyu 2023-04-06 01:55:28 +08:00
parent d4cd9411c0
commit e7a6589958

View file

@ -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' };