diff --git a/README-zh-TW.md b/README-zh-TW.md index a49f9e3..9db3bc0 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -6,7 +6,25 @@ > English version can be found here:[English version](./README.md) +## 目錄 + +- [官方資源](#官方資源) +- [在任何地方使用 ChatGPT](#在任何地方使用-chatgpt) +- [開發用 API](#開發用-api) + +--- + ## 官方資源 - [ChatGPT 官方網站](https://chat.openai.com/) - [ChatGPT 發佈部落格文章](https://openai.com/blog/chatgpt/) + +## 在任何地方使用 ChatGPT + +- [ChatGPT for Google](https://github.com/wong2/chat-gpt-google-extension):瀏覽器擴充套件,在 Google 搜索結果旁顯示 ChatGPT 回應,支援 Chrome/Edge/Firefox。 +- [ChatGPT for VSCode](https://github.com/mpociot/chatgpt-vscode):VSCode 擴充套件。 + +## 開發用 API + +- [PyChatGPT](https://github.com/rawandahmad698/PyChatGPT)(Python、非官方):輕量化、基於 TLS 的 ChatGPT API 可以在您的 CLI 中使用,無需使用瀏覽器或驗證金鑰。 +- [ChatGPT API](https://github.com/transitive-bullshit/chatgpt-api)(Node.js、非官方):Node.js 客戶端。 diff --git a/README.md b/README.md index 19b354b..06b8fb8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,25 @@ > 另有中文版本在此:[中文版](./README-zh-TW.md) +## Table of Contents + +- [Official Resource](#official-resource) +- [Use ChatGPT anywhere](#use-chatgpt-anywhere) +- [API for developers](#api-for-developers) + +--- + ## Official Resource - [ChatGPT website](https://chat.openai.com/) - [ChatGPT launch blog post](https://openai.com/blog/chatgpt/) + +## Use ChatGPT anywhere + +- [ChatGPT for Google](https://github.com/wong2/chat-gpt-google-extension): Browser extension to display ChatGPT response alongside Google Search results, supports Chrome/Edge/Firefox. +- [ChatGPT for VSCode](https://github.com/mpociot/chatgpt-vscode): VSCode extension that allows you to use ChatGPT right within VSCode. + +## 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. +- [ChatGPT API](https://github.com/transitive-bullshit/chatgpt-api) (Node.js, Unofficial): Node.js client for the unofficial ChatGPT API.