fix: API3 conversation bug

This commit is contained in:
ikechan8370 2023-02-15 00:49:48 +08:00
parent b342e47e8a
commit 4ba1c80cc0
2 changed files with 5 additions and 2 deletions

View file

@ -40,7 +40,7 @@ export class OfficialChatGPTClient {
}
}
],
conversationId,
conversation_id: conversationId,
model: Config.plus ? 'text-davinci-002-render-sha' : 'text-davinci-002-render-sha',
parent_message_id: parentMessageId
}