ChatGPT Desktop Application (Mac, Windows, Linux)
ChatGPT_0.10.3_x64_en-US.msi: インストーラを直接ダウンロードする
ウィングレットを使用する:
# install the latest version
winget install --id=lencx.ChatGPT -e
# install the specified version
winget install --id=lencx.ChatGPT -e --version 0.10.0
注:インストールパスとアプリケーション名が同じ場合、競合が発生します(#142)
.app
brew tap lencx/chatgpt https://github.com/lencx/ChatGPT.git
brew install --cask chatgpt --no-quarantine
repo = "lencx/chatgpt"
tap repo, "https://github.com/#{repo}.git"
cask "chatgpt", args: { "no-quarantine": true }
.deb
.deb
chatgpt-desktop-bin
chatgpt-desktop-git
これはメジャーでエキサイティングなアップデートです。のように機能し、カスタムモデルをすばやく入力して、chatgptを希望どおりに機能させるのに役立ちます。このプロジェクトは私の暇な時間をたくさん取ったので、それがあなたを助けるなら、言葉や星を広めるのを手伝ってください、それは私にとって大きな励ましになるでしょう。私はそれを更新し続け、より興味深い機能を追加できることを願っています。
Telegram bot command
あなたは素晴らしいchatgptプロンプトを見て、アプリにインポートする興味深い機能を見つけることができます。ワンクリックですべてを同期することもでき、スラッシュコマンドに特定のプロンプトを表示したくない場合は、それらを無効にすることができます。
Sync Prompts
/
{q}
⇧
⇩
macOS
Linux
Windows
Theme-
Light、、(macOS と Windows のみがサポートされています)。
Dark
System
Stay On Top: ウィンドウは他のウィンドウの上に表示されます。
Titlebar: タイトルバーを表示するかどうか (macOS でのみサポート)。
Hide Dock Icon(#35):ドックからアプリケーションアイコンを非表示にします(macOSのみをサポート)。
Show Dock Icon
SystemTrayMenu -> Show Dock Icon
Inject Script: スクリプトを使用してページを変更します。
Control Center:ChatGPTアプリケーションのコントロールセンターであり、アプリケーションに無限の想像力を与えます。
Go to Config: 構成ファイルのディレクトリを開きます ()。
path: ~/.chatgpt/*
Clear Config:設定ファイル()をクリアし、危険な操作をし、事前にデータをバックアップしてください。
path: ~/.chatgpt/*
Restart ChatGPT: アプリケーションを再起動します。たとえば、プログラムがスタックしているか、編集後にアプリケーションを再起動することで挿入スクリプトを有効にすることができます。
Awesome ChatGPT: 推奨される関連リソース。
Undo
Redo
Cut
Copy
SelectAll
Go Back
Go Forward
Scroll to Top of Screen
Scroll to Bottom of Screen
Refresh the Screen
Update Log: チャットGPTの変更ログ。
Report Bug: バグを報告するか、フィードバックをお寄せください。
Toggle Developer Tools: 開発者デバッグ ツール。
プラットホーム | パス |
---|---|
リナックス | /home/lencx/.chatgpt |
マック | /Users/lencx/.chatgpt |
ウィンドウズ | C:\Users\lencx\.chatgpt |
[.chatgpt]- アプリケーション構成ルート フォルダー
chat.conf.json- 環境設定
chat.awesome.json- ブラウザのブックマークに似たカスタムURLリスト。任意のURLをメインウィンドウまたはトレイウィンドウとして使用できます(コントロールコンター->素晴らしい)
chat.model.json- プロンプト構成、3つの部分が含まれています:
user_custom-手動データ入力が必要です(コントロールコンター->言語モデル->ユーザーカスタム)
sync_prompts- f / awesome-chatgptプロンプトからのデータの同期(コントロールコンター->言語モデル->同期プロンプト)
sync_custom-カスタムjsonおよびcsvファイルデータを同期し、ローカルおよびリモートをサポートします(コントロールコンター->言語モデル->同期カスタム)
chat.model.cmd.json- スラッシュコマンドのフィルタリング(有効にするかどうか)
[cache_model]- モデルデータのキャッシュ
chatgpt_prompts.json- キャッシュデータ
sync_prompts
user_custom.json- キャッシュデータ
user_custom
ae6cf32a6f8541b499d6bfe549dbfca3.json- ランダムに生成されたファイル名、キャッシュデータ
sync_custom
4f695d3cfbf8491e9b1f3fab6d85715c.json- ランダムに生成されたファイル名、キャッシュデータ
sync_custom
bd1b96f15a1644f7bd647cc53073ff8f.json- ランダムに生成されたファイル名、キャッシュデータ
sync_custom
現在、カスタムファイルの同期にはjsonとcsvのみがサポートされており、次の形式を満たす必要があり、そうしないとアプリケーションが異常になります。
JSON format:
[
{
"cmd": "a",
"act": "aa",
"prompt": "aaa aaa aaa"
},
{
"cmd": "b",
"act": "bb",
"prompt": "bbb bbb bbb"
}
]
CSV format
"cmd","act","prompt"
"a","aa","aaa aaa aaa"
"b","bb","bbb bbb bbb"
📌 TODO
Control Centerenhancement
Pop-up Searchenhancement
If you cannot open the application after the upgrade, please try to clear the configuration file, which is in the
~/.chatgpt/*directory.
If you have already logged in in the main window, but the system tray window shows that you are not logged in, you can fix it by restarting the application (
Menu -> Preferences -> Restart ChatGPT).
It's safe, just a wrapper for OpenAI ChatGPT website, no other data transfer exists (you can check the source code).
# step1:
git clone https://github.com/lencx/ChatGPT.git
# step2:
cd ChatGPT
# step3: install deps
yarn
# step4:
yarn dev
# step5:
# bundle path: src-tauri/target/release/bundle
yarn build
国内用户如果遇到使用问题或者想交流 ChatGPT 技巧,可以关注公众号“浮之静”,发送 “chat” 进群参与讨论。公众号会更新《Tauri 系列》文章,技术思考等等,如果对 tauri 开发应用感兴趣可以关注公众号后回复 “tauri” 进技术开发群(想私聊的也可以关注公众号,来添加微信)。开源不易,如果这个项目对你有帮助可以分享给更多人,或者微信扫码打赏。
Apache License