mirror of
https://github.com/Kamigami55/awesome-chatgpt.git
synced 2024-12-27 00:29:40 -05:00
Put items in Use Anywhere section into categories
This commit is contained in:
parent
95294e6607
commit
c4af3fee5d
@ -16,6 +16,11 @@
|
||||
|
||||
- [官方資源](#官方資源)
|
||||
- [在任何地方使用 ChatGPT](#在任何地方使用-chatgpt)
|
||||
- [瀏覽器擴充套件](#瀏覽器擴充套件)
|
||||
- [桌面應用程式](#桌面應用程式)
|
||||
- [編輯器](#編輯器)
|
||||
- [啟動器(Launcher)擴充套件](#啟動器launcher擴充套件)
|
||||
- [聊天機器人](#聊天機器人)
|
||||
- [擴展 ChatGPT 功能](#擴展-chatgpt-功能)
|
||||
- [延伸應用](#延伸應用)
|
||||
- [提示詞(Prompts)](#提示詞prompts)
|
||||
@ -32,17 +37,31 @@
|
||||
|
||||
## 在任何地方使用 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。
|
||||
|
||||
### 啟動器(Launcher)擴充套件
|
||||
|
||||
- [ChatGPT Raycast extension](https://github.com/abielzulio/chatgpt-raycast):Raycast 擴充套件。
|
||||
|
||||
### 聊天機器人
|
||||
|
||||
- [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 功能
|
||||
|
||||
- [ShareGPT](https://sharegpt.com/): 輕鬆分享 ChatGPT 對話紀錄。([demo](https://twitter.com/steventey/status/1599816553490366464))
|
||||
|
31
README.md
31
README.md
@ -16,6 +16,11 @@
|
||||
|
||||
- [Official Resource](#official-resource)
|
||||
- [Use ChatGPT anywhere](#use-chatgpt-anywhere)
|
||||
- [Browser Extensions](#browser-extensions)
|
||||
- [Desktop Applications](#desktop-applications)
|
||||
- [Editors](#editors)
|
||||
- [Launcher extensions](#launcher-extensions)
|
||||
- [Chatbots](#chatbots)
|
||||
- [Extend ChatGPT feature](#extend-chatgpt-feature)
|
||||
- [Applications](#applications)
|
||||
- [Prompts](#prompts)
|
||||
@ -30,20 +35,34 @@
|
||||
- [ChatGPT website](https://chat.openai.com/)
|
||||
- [ChatGPT launch blog post](https://openai.com/blog/chatgpt/)
|
||||
|
||||
## Use ChatGPT anywhere
|
||||
## Use ChatGPT Anywhere
|
||||
|
||||
### Browser Extensions
|
||||
|
||||
- [ChatGPT for Google](https://chrome.google.com/webstore/detail/chatgpt-for-google/jgjaeacdkonaoafenlfkkkmbaopkbilf): Chrome/Edge/Firefox Browser extension. Display ChatGPT response alongside Google Search results. ([Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/chatgpt-for-google/), [source code](https://github.com/wong2/chat-gpt-google-extension))
|
||||
- [ChatGPT Extension](https://chrome.google.com/webstore/detail/chatgpt-chrome-extension/cdjifpfganmhoojfclednjdnnpooaojb): Chrome Extension that lets you quickly access OpenAI's ChatGPT on the web. ([source code](https://github.com/kazuki-sf/ChatGPT_Extension))
|
||||
- [ChatGPT Everywhere](https://github.com/gragland/chatgpt-everywhere): Chrome extension that adds ChatGPT to every text box on the internet. ([demo](https://twitter.com/gabe_ragland/status/1599466486422470656))
|
||||
|
||||
### Desktop Applications
|
||||
|
||||
- [ChatGPT Desktop App](https://github.com/sonnylazuardi/chatgpt-desktop): Windows/MacOS desktop menubar app using tauri & rust.
|
||||
- [chatgpt-mac](https://github.com/vincelwt/chatgpt-mac): MacOS menubar app.
|
||||
- [Twitter/@ChatGPTBot](https://twitter.com/ChatGPTBot): Twitter bot. ([source code](https://github.com/transitive-bullshit/chatgpt-twitter-bot))
|
||||
- [ChatGPT ProBot](https://github.com/oceanlvr/ChatGPTBot): GitHub APP. Type `/chatgpt` to chat with ChatGPTBot.
|
||||
- [ChatGPT Raycast extension](https://github.com/abielzulio/chatgpt-raycast): Run ChatGPT through Raycast extension.
|
||||
|
||||
### Editors
|
||||
|
||||
- [ChatGPT for VSCode](https://github.com/mpociot/chatgpt-vscode): VSCode extension. ([demo](https://twitter.com/marcelpociot/status/1599180144551526400))
|
||||
- [chatgpt.vim](https://github.com/terror/chatgpt.nvim): Neovim plugin that lets you query ChatGPT inside a Neovim buffer.
|
||||
|
||||
## Extend ChatGPT feature
|
||||
### Launcher extensions
|
||||
|
||||
- [ChatGPT Raycast extension](https://github.com/abielzulio/chatgpt-raycast): Run ChatGPT through Raycast extension.
|
||||
|
||||
### Chatbots
|
||||
|
||||
- [Twitter/@ChatGPTBot](https://twitter.com/ChatGPTBot): Twitter bot. ([source code](https://github.com/transitive-bullshit/chatgpt-twitter-bot))
|
||||
- [ChatGPT ProBot](https://github.com/oceanlvr/ChatGPTBot): GitHub APP. Type `/chatgpt` to chat with ChatGPTBot.
|
||||
|
||||
## Extend ChatGPT Feature
|
||||
|
||||
- [ShareGPT](https://sharegpt.com/): Share your wildest ChatGPT conversations with one click. ([demo](https://twitter.com/steventey/status/1599816553490366464))
|
||||
- [ChatGPT export to PNG/PDF/HTML](https://github.com/liady/ChatGPT-pdf): Chrome extension for downloading your ChatGPT history to PNG, PDF or a sharable link.
|
||||
@ -59,7 +78,7 @@
|
||||
- [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)
|
||||
## 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.
|
||||
- [pip/revChatGPT](https://github.com/acheong08/ChatGPT) (Python): Lightweight package for interacting with ChatGPT's API by OpenAI. Uses reverse engineered official API.
|
||||
|
Loading…
Reference in New Issue
Block a user