mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
fix: chatgpt now using latest
This commit is contained in:
parent
30a7a80bfc
commit
e531a17e0f
5 changed files with 19 additions and 31 deletions
|
|
@ -118,9 +118,9 @@ const ask = async ({
|
|||
});
|
||||
|
||||
console.log('CLIENT RESPONSE', gptResponse);
|
||||
gptResponse.text = gptResponse.response;
|
||||
|
||||
if (!gptResponse.parentMessageId) {
|
||||
gptResponse.text = gptResponse.response;
|
||||
// gptResponse.id = gptResponse.messageId;
|
||||
gptResponse.parentMessageId = overrideParentMessageId || userMessageId;
|
||||
// userMessage.conversationId = conversationId
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue