kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
Update readme.md
rodzic
0d8dea1cbd
commit
5be8159daa
|
@ -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
|
```ts
|
||||||
const api = new ChatGPTAPI({ apiKey: process.env.OPENAI_API_KEY })
|
const api = new ChatGPTAPI({ apiKey: process.env.OPENAI_API_KEY })
|
||||||
|
|
Ładowanie…
Reference in New Issue