docs: update readme

pull/291/head
Travis Fischer 2023-02-01 05:10:43 -06:00
rodzic ac0622da13
commit b823c74cdf
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,9 @@ const res = await api.sendMessage('Hello World!')
console.log(res.text)
```
The updated solution is significantly more lightweight and robust compared with previous versions. You also don't have to worry about IP issues or rate limiting!
Please upgrade to `chatgpt@latest` (at least [v4.0.0](https://github.com/transitive-bullshit/chatgpt-api/releases/tag/v4.0.0)). The updated version is **significantly more lightweight and robust** compared with previous versions. You also don't have to worry about IP issues or rate limiting!
Huge shoutout to @waylaidwanderer for discovering the leaked chatgpt model! 💪
If you run into any issues, we do have a pretty active [Discord](https://discord.gg/v9gERj825w) with a bunch of ChatGPT hackers from the Node.js & Python communities.