Add ShareGPT

This commit is contained in:
Eason Chang 2022-12-06 09:44:49 +08:00 committed by GitHub
parent 3ef41535b2
commit 2a32147827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -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 中使用,無需使用瀏覽器或驗證金鑰。

View File

@ -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.