Add prompts section

This commit is contained in:
Eason Chang 2022-12-06 17:44:48 +08:00 committed by GitHub
parent e17eb5d10f
commit 64764ecaa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -17,6 +17,7 @@
- [官方資源](#官方資源)
- [在任何地方使用 ChatGPT](#在任何地方使用-chatgpt)
- [延伸應用](#延伸應用)
- [提示詞Prompts](#提示詞prompts)
- [開發工具API、SDK](#開發工具apisdk)
- [實驗](#實驗)
- [貢獻](#貢獻)
@ -44,6 +45,11 @@
- [ShareGPT](https://sharegpt.com/): 輕鬆分享 ChatGPT 對話紀錄。([demo](https://twitter.com/steventey/status/1599816553490366464)
## 提示詞Prompts
- [awesome-chatgpt](https://github.com/saharmor/awesome-chatgpt): 各種 ChatGPT 提示詞用法的文章和想法。
- [Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts): ChatGPT 提示詞清單。
## 開發工具API、SDK
- [PyChatGPT](https://github.com/rawandahmad698/PyChatGPT)Python輕量化、基於 TLS 的 ChatGPT API 可以在您的 CLI 中使用,無需使用瀏覽器或驗證金鑰。

View File

@ -17,6 +17,7 @@
- [Official Resource](#official-resource)
- [Use ChatGPT anywhere](#use-chatgpt-anywhere)
- [Applications](#applications)
- [Prompts](#prompts)
- [Development tools (API, SDK)](#development-tools-api-sdk)
- [Experiments](#experiments)
- [Contribution](#contribution)
@ -44,6 +45,11 @@
- [ShareGPT](https://sharegpt.com/): Share your wildest ChatGPT conversations with one click. ([demo](https://twitter.com/steventey/status/1599816553490366464))
## Prompts
- [Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts): ChatGPT prompts that works well.
- [awesome-chatgpt](https://github.com/saharmor/awesome-chatgpt): Posts & thoughts about prompting ChatGPT for different usages
## Development tools (API, SDK)
- [PyChatGPT](https://github.com/rawandahmad698/PyChatGPT) (Python): Lightweight, TLS-Based ChatGPT API on your CLI without requiring a browser or access token.