From 64764ecaa52e4b5f7e97340ecf27d469f8b584b2 Mon Sep 17 00:00:00 2001 From: Eason Chang Date: Tue, 6 Dec 2022 17:44:48 +0800 Subject: [PATCH] Add prompts section --- README-zh-TW.md | 6 ++++++ README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README-zh-TW.md b/README-zh-TW.md index 19a8244..bd5d396 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -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 中使用,無需使用瀏覽器或驗證金鑰。 diff --git a/README.md b/README.md index 41a38e7..0325c86 100644 --- a/README.md +++ b/README.md @@ -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.