Skip to content

Commit

Permalink
Merge pull request transitive-bullshit#396 from IsiteYves/fixing-typos
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit authored Feb 26, 2023
2 parents 1fdf218 + 5be8159 commit edd364e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ We now provide three ways of accessing the unofficial ChatGPT API, all of which
| --------------------------- | ------ | -------- | ----------------- |
| `ChatGPTAPI` | ❌ No | βœ… Yes | β˜‘οΈ Mimics ChatGPT |
| `ChatGPTUnofficialProxyAPI` | βœ… Yes | β˜‘οΈ Maybe | βœ… Real ChatGPT |
| `ChatGPAPIBrowser` (v3) | βœ… Yes | ❌ No | βœ… Real ChatGPT |
| `ChatGPTAPIBrowser` (v3) | βœ… Yes | ❌ No | βœ… Real ChatGPT |

**Note**: I recommend that you use either `ChatGPTAPI` or `ChatGPTUnofficialProxyAPI`.

Expand Down Expand Up @@ -184,7 +184,7 @@ const api = new ChatGPTAPI({
})
```

If you want to track the conversation, you'll need to pass the `parentMessageid` and `conversationid`:
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 })
Expand Down

0 comments on commit edd364e

Please sign in to comment.