Add notice for unofficial sections

This commit is contained in:
Eason Chang 2022-12-06 11:07:35 +08:00 committed by GitHub
parent 639afd7c7f
commit a9e7a953ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 8 deletions

View File

@ -6,6 +6,10 @@
> English version can be found here[English version](./README.md)
> **Warning**
> 請注意目前下列所有資源都是 **「非官方」** 的(除了「[官方資源](#官方資源)」區塊)。
> 使用時請特別小心。
## 目錄
- [官方資源](#官方資源)
@ -35,7 +39,7 @@
## 開發工具API、SDK
- [PyChatGPT](https://github.com/rawandahmad698/PyChatGPT)Python、非官方):輕量化、基於 TLS 的 ChatGPT API 可以在您的 CLI 中使用,無需使用瀏覽器或驗證金鑰。
- [pip/revChatGPT](https://github.com/acheong08/ChatGPT)Python、非官方):與 OpenAI 的 ChatGPT API 互動的輕量化套件。採用逆向工程手法。
- [npm/chatgpt](https://github.com/transitive-bullshit/chatgpt-api)Node.js、非官方Node.js 客戶端。
- [chatgpt-telegram](https://github.com/m1guelpf/chatgpt-telegram)Telegram bot、非官方):執行自己的 GPTChat Telegram 機器人,只需要一行指令。
- [PyChatGPT](https://github.com/rawandahmad698/PyChatGPT)Python輕量化、基於 TLS 的 ChatGPT API 可以在您的 CLI 中使用,無需使用瀏覽器或驗證金鑰。
- [pip/revChatGPT](https://github.com/acheong08/ChatGPT)Python與 OpenAI 的 ChatGPT API 互動的輕量化套件。採用逆向工程手法。
- [npm/chatgpt](https://github.com/transitive-bullshit/chatgpt-api)Node.jsNode.js 客戶端。
- [chatgpt-telegram](https://github.com/m1guelpf/chatgpt-telegram)Telegram bot執行自己的 GPTChat Telegram 機器人,只需要一行指令。

View File

@ -6,6 +6,10 @@
> 另有中文版本在此:[中文版](./README-zh-TW.md)
> **Warning**
> Please note that currently, all the resources listed below are **Unofficial** (except **[Official Resource](#official-resource)** section).
> Use them with cautious.
## Table of Contents
- [Official Resource](#official-resource)
@ -35,7 +39,7 @@
## 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.
- [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.
- [chatgpt-telegram](https://github.com/m1guelpf/chatgpt-telegram): Run your own GPTChat Telegram bot, with a single command.
- [PyChatGPT](https://github.com/rawandahmad698/PyChatGPT) (Python): Lightweight, TLS-Based ChatGPT API on your CLI without requiring a browser or access token.
- [pip/revChatGPT](https://github.com/acheong08/ChatGPT) (Python): 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): Node.js client for the unofficial ChatGPT API.
- [chatgpt-telegram](https://github.com/m1guelpf/chatgpt-telegram) (Telegram bot): Run your own GPTChat Telegram bot, with a single command.