From a7b7c7abd778af0aaa6e39b0ddca758127d1a62d Mon Sep 17 00:00:00 2001 From: Eason Chang Date: Tue, 6 Dec 2022 10:10:31 +0800 Subject: [PATCH] Update Development tools section --- README-zh-TW.md | 7 ++++--- README.md | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README-zh-TW.md b/README-zh-TW.md index b322784..58d77d5 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -11,7 +11,7 @@ - [官方資源](#官方資源) - [在任何地方使用 ChatGPT](#在任何地方使用-chatgpt) - [延伸應用](#延伸應用) -- [開發用 API](#開發用-api) +- [開發工具(API、SDK)](#開發工具apisdk) --- @@ -30,7 +30,8 @@ - [ShareGPT](https://sharegpt.com/): 輕鬆分享 ChatGPT 對話紀錄 -## 開發用 API +## 開發工具(API、SDK) - [PyChatGPT](https://github.com/rawandahmad698/PyChatGPT)(Python、非官方):輕量化、基於 TLS 的 ChatGPT API 可以在您的 CLI 中使用,無需使用瀏覽器或驗證金鑰。 -- [ChatGPT API](https://github.com/transitive-bullshit/chatgpt-api)(Node.js、非官方):Node.js 客戶端。 +- [pip/revChatGPT](https://github.com/acheong08/ChatGPT)(Python、非官方):與 OpenAI 的 ChatGPT API 互動的輕量化套件。採用逆向工程手法。 +- [npm/chatgpt](https://github.com/transitive-bullshit/chatgpt-api)(Node.js、非官方):Node.js 客戶端。 diff --git a/README.md b/README.md index 56edafc..ebdad1c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - [Official Resource](#official-resource) - [Use ChatGPT anywhere](#use-chatgpt-anywhere) - [Applications](#applications) -- [API for developers](#api-for-developers) +- [Development tools (API, SDK)](#development-tools-api-sdk) --- @@ -30,7 +30,8 @@ - [ShareGPT](https://sharegpt.com/): Share your wildest ChatGPT conversations with one click. -## API for developers +## Development tools (API, SDK) - [PyChatGPT](https://github.com/rawandahmad698/PyChatGPT) (Python, Unofficial): Lightweight, TLS-Based ChatGPT API on your CLI without requiring a browser or access token. -- [ChatGPT API](https://github.com/transitive-bullshit/chatgpt-api) (Node.js, Unofficial): Node.js client for the unofficial ChatGPT API. +- [pip/revChatGPT](https://github.com/acheong08/ChatGPT) (Python, Unofficial): Lightweight package for interacting with ChatGPT's API by OpenAI. Uses reverse engineered official API. +- [npm/chatgpt](https://github.com/transitive-bullshit/chatgpt-api) (Node.js, Unofficial): Node.js client for the unofficial ChatGPT API.