Add go-chatgpt

This commit is contained in:
Eason Chang 2022-12-09 13:03:17 +08:00 committed by GitHub
parent 822b9eb287
commit fe9d5e7dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@
- [pip/revChatGPT](https://github.com/acheong08/ChatGPT)Python與 OpenAI 的 ChatGPT API 互動的輕量化套件。採用逆向工程手法。
- [npm/chatgpt](https://github.com/transitive-bullshit/chatgpt-api)Node.jsNode.js 客戶端。
- [ChatGPT API Dart](https://github.com/MisterJimson/chatgpt_api_dart) (Dart): Dart 客戶端。
- [go-chatgpt](https://github.com/abhayptp/go-chatgpt) (Golang): Golang 客戶端。
## 實驗

View File

@ -92,6 +92,7 @@
- [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 API Dart](https://github.com/MisterJimson/chatgpt_api_dart) (Dart): Dart client for the unofficial ChatGPT API.
- [go-chatgpt](https://github.com/abhayptp/go-chatgpt) (Golang): An unofficial ChatGPT client in Golang.
## Experiments