From fe9d5e7dca94299606d74012bf67be88a130667e Mon Sep 17 00:00:00 2001 From: Eason Chang Date: Fri, 9 Dec 2022 13:03:17 +0800 Subject: [PATCH] Add go-chatgpt --- README-zh-TW.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-zh-TW.md b/README-zh-TW.md index a6fd6f3..4d034f0 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -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.js):Node.js 客戶端。 - [ChatGPT API Dart](https://github.com/MisterJimson/chatgpt_api_dart) (Dart): Dart 客戶端。 +- [go-chatgpt](https://github.com/abhayptp/go-chatgpt) (Golang): Golang 客戶端。 ## 實驗 diff --git a/README.md b/README.md index e37bb02..33080f1 100644 --- a/README.md +++ b/README.md @@ -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