From 2a32147827602559ca15a7141c5f5923d6aba922 Mon Sep 17 00:00:00 2001 From: Eason Chang Date: Tue, 6 Dec 2022 09:44:49 +0800 Subject: [PATCH] Add ShareGPT --- README-zh-TW.md | 5 +++++ README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README-zh-TW.md b/README-zh-TW.md index 5b66725..b322784 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -10,6 +10,7 @@ - [官方資源](#官方資源) - [在任何地方使用 ChatGPT](#在任何地方使用-chatgpt) +- [延伸應用](#延伸應用) - [開發用 API](#開發用-api) --- @@ -25,6 +26,10 @@ - [ChatGPT for VSCode](https://github.com/mpociot/chatgpt-vscode):VSCode 擴充套件。 - [chatgpt-mac](https://github.com/vincelwt/chatgpt-mac): MacOS 選單列應用程式。 +## 延伸應用 + +- [ShareGPT](https://sharegpt.com/): 輕鬆分享 ChatGPT 對話紀錄 + ## 開發用 API - [PyChatGPT](https://github.com/rawandahmad698/PyChatGPT)(Python、非官方):輕量化、基於 TLS 的 ChatGPT API 可以在您的 CLI 中使用,無需使用瀏覽器或驗證金鑰。 diff --git a/README.md b/README.md index 69213d0..56edafc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ - [Official Resource](#official-resource) - [Use ChatGPT anywhere](#use-chatgpt-anywhere) +- [Applications](#applications) - [API for developers](#api-for-developers) --- @@ -25,6 +26,10 @@ - [ChatGPT for VSCode](https://github.com/mpociot/chatgpt-vscode): VSCode extension. - [chatgpt-mac](https://github.com/vincelwt/chatgpt-mac): MacOS menubar app. +## Applications + +- [ShareGPT](https://sharegpt.com/): Share your wildest ChatGPT conversations with one click. + ## API for developers - [PyChatGPT](https://github.com/rawandahmad698/PyChatGPT) (Python, Unofficial): Lightweight, TLS-Based ChatGPT API on your CLI without requiring a browser or access token.