kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/164/head
rodzic
3a1b319ea1
commit
602bfcb50e
|
@ -17,7 +17,7 @@ const result = await api.sendMessage('Hello World!')
|
||||||
console.log(result.response)
|
console.log(result.response)
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that this solution is not lightweight, but it does work a lot more consistently than the REST API-based approach. I'm currently using this solution to power 10 OpenAI accounts concurrently for my [Twitter bot](https://github.com/transitive-bullshit/chatgpt-twitter-bot). 😂
|
This solution is not lightweight, but it does work a lot more consistently than the previous REST API-based solutions. I'm currently using the browser approach to power 10 OpenAI accounts concurrently for my [Twitter bot](https://github.com/transitive-bullshit/chatgpt-twitter-bot). 😂
|
||||||
|
|
||||||
To use the updated version, **make sure you're using the latest version of this package and Node.js >= 18**. Then update your code following the examples below, paying special attention to the sections on [Authentication](#authentication), [Restrictions](#restrictions), and [CAPTCHAs](#captchas).
|
To use the updated version, **make sure you're using the latest version of this package and Node.js >= 18**. Then update your code following the examples below, paying special attention to the sections on [Authentication](#authentication), [Restrictions](#restrictions), and [CAPTCHAs](#captchas).
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue