awesome-chatgpt/README-zh-TW.md
2022-12-06 23:37:32 +08:00

79 lines
4.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Awesome ChatGPT 中文版
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![English badge](https://img.shields.io/badge/%E8%8B%B1%E6%96%87-English-blue)](./README.md) [![中文版 badge](https://img.shields.io/badge/%E4%B8%AD%E6%96%87-Traditional%20Chinese-blue)](./README-zh-TW.md)
> ChatGPT 相關的優質資源、工具、應用的精選清單。
> English version can be found here[English version](./README.md)
> **Warning**
>
> 請注意目前下列所有資源都是 **「非官方」** 的(除了「[官方資源](#官方資源)」區塊)。
>
> 使用時請特別小心。
## 目錄
- [官方資源](#官方資源)
- [在任何地方使用 ChatGPT](#在任何地方使用-chatgpt)
- [擴展 ChatGPT 功能](#擴展-chatgpt-功能)
- [延伸應用](#延伸應用)
- [提示詞Prompts](#提示詞prompts)
- [開發工具API、SDK](#開發工具apisdk)
- [實驗](#實驗)
- [貢獻](#貢獻)
---
## 官方資源
- [ChatGPT 官方網站](https://chat.openai.com/)
- [ChatGPT 發佈部落格文章](https://openai.com/blog/chatgpt/)
## 在任何地方使用 ChatGPT
- [ChatGPT for Google](https://chrome.google.com/webstore/detail/chatgpt-for-google/jgjaeacdkonaoafenlfkkkmbaopkbilf)Chrome/Edge/Firefox 瀏覽器擴充套件,在 Google 搜索結果旁並列 ChatGPT 回應。([Firefox擴充套件](https://addons.mozilla.org/en-US/firefox/addon/chatgpt-for-google/)、[程式碼](https://github.com/wong2/chat-gpt-google-extension)
- [ChatGPT Extension](https://chrome.google.com/webstore/detail/chatgpt-chrome-extension/cdjifpfganmhoojfclednjdnnpooaojb)Chrome 瀏覽器擴充套件,在右上角彈窗快速使用 ChatGPT。[程式碼](https://github.com/kazuki-sf/ChatGPT_Extension)
- [ChatGPT Everywhere](https://github.com/gragland/chatgpt-everywhere)Chrome 瀏覽器擴充套件,在任何輸入框使用 ChatGPT。[demo](https://twitter.com/gabe_ragland/status/1599466486422470656)
- [ChatGPT Desktop App](https://github.com/sonnylazuardi/chatgpt-desktop)Windows/MacOS 桌面選單列應用程式。使用 Tauri 和 Rust 開發。
- [chatgpt-mac](https://github.com/vincelwt/chatgpt-mac)MacOS 選單列應用程式。
- [Twitter/@ChatGPTBot](https://twitter.com/ChatGPTBot)Twitter 推特機器人。([程式碼](https://github.com/transitive-bullshit/chatgpt-twitter-bot)
- [ChatGPT ProBot](https://github.com/oceanlvr/ChatGPTBot)GitHub APP。輸入 `/chatgpt` 來與 ChatGPTBot 交談。
- [ChatGPT Raycast extension](https://github.com/abielzulio/chatgpt-raycast)Raycast 擴充套件。
- [ChatGPT for VSCode](https://github.com/mpociot/chatgpt-vscode)VSCode 擴充套件。([demo](https://twitter.com/marcelpociot/status/1599180144551526400)
- [chatgpt.vim](https://github.com/terror/chatgpt.nvim)Neovim 插件,在 Neovim buffer 裡使用 ChatGPT。
## 擴展 ChatGPT 功能
- [ShareGPT](https://sharegpt.com/): 輕鬆分享 ChatGPT 對話紀錄。([demo](https://twitter.com/steventey/status/1599816553490366464)
- [ChatGPT export to PNG/PDF/HTML](https://github.com/liady/ChatGPT-pdf)Chrome 瀏覽器擴充套件,能將 ChatGPT 紀錄下載成 PNG、PDF 檔,或產生可分享的連結。
- [ChatGPT Advanced](https://github.com/qunash/chatgpt-advanced): Chrome 瀏覽器擴充套件,在 ChatGPT 頁面同時顯示網頁搜尋結果。
## 延伸應用
- [summarize.site](https://chrome.google.com/webstore/detail/summarize/lmhkmibdclhibdooglianggbnhcbcjeh)Chrome 瀏覽器擴充套件,總結網頁內容、給出摘要。
- [commitgpt](https://github.com/RomanHotsiy/commitgpt):自動產生 commit 訊息。
## 提示詞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 中使用,無需使用瀏覽器或驗證金鑰。
- [pip/revChatGPT](https://github.com/acheong08/ChatGPT)Python與 OpenAI 的 ChatGPT API 互動的輕量化套件。採用逆向工程手法。
- [npm/chatgpt](https://github.com/transitive-bullshit/chatgpt-api)Node.jsNode.js 客戶端。
- [chatgpt-telegram](https://github.com/m1guelpf/chatgpt-telegram)Telegram bot執行自己的 GPTChat Telegram 機器人,只需要一行指令。
- [chatGPT-discord-bot](https://github.com/Zero6992/chatGPT-discord-bot) (Discord bot): 整合自己的 Discord 機器人。
## 實驗
- [gptlang](https://github.com/forrestchang/gptlang): 驗證是否能利用 ChatGPT 建立一個程式語言的實驗。
---
## 貢獻
如果你創造或找到任何優質的 ChatGPT 相關資源,歡迎開 issue 或 PR 來完善這份列表!