From 36720a976cfb746402b9ff60f724a782ab6b9b79 Mon Sep 17 00:00:00 2001 From: Eason Chang Date: Tue, 6 Dec 2022 11:16:41 +0800 Subject: [PATCH] Add ChatGPT Desktop App --- README-zh-TW.md | 7 ++++--- README.md | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README-zh-TW.md b/README-zh-TW.md index 2a17eea..3b74632 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -31,9 +31,10 @@ - [ChatGPT for Google](https://github.com/wong2/chat-gpt-google-extension):Chrome/Edge/Firefox 瀏覽器擴充套件,在 Google 搜索結果旁並列 ChatGPT 回應。 - [ChatGPT Everywhere](https://github.com/gragland/chatgpt-everywhere):Chrome 瀏覽器擴充套件,在任何輸入框使用 ChatGPT。([demo](https://twitter.com/gabe_ragland/status/1599466486422470656)) - [ChatGPT for VSCode](https://github.com/mpociot/chatgpt-vscode):VSCode 擴充套件。([demo](https://twitter.com/marcelpociot/status/1599180144551526400)) -- [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 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 交談。 ## 延伸應用 diff --git a/README.md b/README.md index 2bb2f7e..b1ba315 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ - [ChatGPT for Google](https://github.com/wong2/chat-gpt-google-extension): Chrome/Edge/Firefox Browser extension. Display ChatGPT response alongside Google Search results. - [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)) - [ChatGPT for VSCode](https://github.com/mpociot/chatgpt-vscode): VSCode extension. ([demo](https://twitter.com/marcelpociot/status/1599180144551526400)) +- [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.