pull/291/head
Travis Fischer 2023-02-01 18:20:48 -06:00
rodzic b4315cab6e
commit 47721aac7a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -77,7 +77,7 @@ async function example() {
}
```
If you want to track the conversation, you'll need to pass the `parentMessageid` and `conversationid` along as well:
If you want to track the conversation, you'll need to pass the `parentMessageid` and `conversationid`:
```ts
const api = new ChatGPTAPI({ apiKey: process.env.OPENAI_API_KEY })