Merge pull request #396 from IsiteYves/fixing-typos

pull/397/head
Travis Fischer 2023-02-26 01:39:14 -06:00 zatwierdzone przez GitHub
commit edd364ef3f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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`.
@ -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 })