diff --git a/legacy/readme.md b/legacy/readme.md index bd836a1e..7994ffdc 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -1,3 +1,30 @@ +# ChatGPT API + +> Node.js client for the unofficial [ChatGPT](https://openai.com/blog/chatgpt/) API. + +[](https://www.npmjs.com/package/chatgpt) [](https://github.com/transitive-bullshit/chatgpt-api/actions/workflows/test.yml) [](https://github.com/transitive-bullshit/chatgpt-api/blob/main/license) [](https://prettier.io) + +- [Intro](#intro) +- [CLI](#cli) +- [Install](#install) +- [Usage](#usage) + - [Usage - ChatGPTAPI](#usage---chatgptapi) + - [Usage - ChatGPTUnofficialProxyAPI](#usage---chatgptunofficialproxyapi) + - [Reverse Proxy](#reverse-proxy) + - [Access Token](#access-token) +- [Docs](#docs) +- [Demos](#demos) +- [Projects](#projects) +- [Compatibility](#compatibility) +- [Credits](#credits) +- [License](#license) + +## Intro + +This package is a Node.js wrapper around [ChatGPT](https://openai.com/blog/chatgpt) by [OpenAI](https://openai.com). TS batteries included. ✨ + +You can use it to start building projects powered by ChatGPT like chatbots, websites, etc... +