From 7c3a894115945ed9742ae009d3c2cf00c8f2a5b0 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 19 Feb 2023 06:24:59 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 68 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 31 deletions(-) diff --git a/readme.md b/readme.md index bd836a1..7994ffd 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,30 @@ +# ChatGPT API + +> Node.js client for the unofficial [ChatGPT](https://openai.com/blog/chatgpt/) API. + +[![NPM](https://img.shields.io/npm/v/chatgpt.svg)](https://www.npmjs.com/package/chatgpt) [![Build Status](https://github.com/transitive-bullshit/chatgpt-api/actions/workflows/test.yml/badge.svg)](https://github.com/transitive-bullshit/chatgpt-api/actions/workflows/test.yml) [![MIT License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/transitive-bullshit/chatgpt-api/blob/main/license) [![Prettier Code Formatting](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)](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... +

Example usage

@@ -67,33 +94,6 @@ Lastly, please consider starring this repo and