mirror of
https://github.com/Kamigami55/awesome-chatgpt.git
synced 2024-10-01 11:49:04 -04:00
31 lines
1.3 KiB
Markdown
31 lines
1.3 KiB
Markdown
# 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)
|
||
|
||
## 目錄
|
||
|
||
- [官方資源](#官方資源)
|
||
- [在任何地方使用 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 客戶端。
|