From 31a2db3097cf2db0af2c3d67fa9b90d12c821f33 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 26 Feb 2023 01:38:57 -0600 Subject: [PATCH] Update readme.md --- legacy/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })