diff --git a/legacy/readme.md b/legacy/readme.md index 0acde9a0..059a553c 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -184,7 +184,7 @@ const api = new ChatGPTAPI({ }) ``` -If you want to track the conversation, you'll need to pass the `parentMessageid` and `conversationid` like this: +If you want to track the conversation, you'll need to pass the `parentMessageId` and `conversationId` like this: ```ts const api = new ChatGPTAPI({ apiKey: process.env.OPENAI_API_KEY })