ChatGPT API
Node.js client for the official ChatGPT API. 🔥
This package is a Node.js wrapper around ChatGPT by OpenAI. TS batteries included. ✨
The official OpenAI chat completions API has been released, and it is now the default for this package! 🔥
Note: We strongly recommend using ChatGPTAPI since it uses the officially supported API from OpenAI. We may remove support for ChatGPTUnofficialProxyAPI in a future release.
1. ChatGPTAPI - Uses the gpt-3.5-turbo-0301 model with the official OpenAI chat completions API (official, robust...