Update Development tools section

This commit is contained in:
Eason Chang 2022-12-06 10:10:31 +08:00 committed by GitHub
parent 2a32147827
commit a7b7c7abd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View File

@ -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 客戶端。

View File

@ -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.