mirror of
https://github.com/Kamigami55/awesome-chatgpt.git
synced 2024-12-28 00:59:39 -05:00
Update Development tools section
This commit is contained in:
parent
2a32147827
commit
a7b7c7abd7
@ -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 客戶端。
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user