From f1f58f37c46c30d0b9cf107bdbac820d32d249cb Mon Sep 17 00:00:00 2001 From: lencx Date: Mon, 12 Dec 2022 12:40:15 +0800 Subject: [PATCH] readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3ad9501..8b850f6 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,9 @@ cask "popcorn-time", args: { "no-quarantine": true } - `Theme` - `Light`, `Dark` (Only macOS and Windows are supported). - `Always On Top`: Window is always on top of other windows. - `Titlebar`: Only supports macOS. + - `User Agent` ([#17](https://github.com/lencx/ChatGPT/issues/17)): Customize `user agent` to prevent security detection interception. - `Switch Origin` ([#14](https://github.com/lencx/ChatGPT/issues/14)): Modify website address, the default is `https://chat.openai.com`. Please ensure that the mirror address is consistent with the UI of the original URL, otherwise the export function will fail. + - `Clear Config`: Clear all chatgpt configuration files (`path: ~/.chatgpt/*`), dangerous operation, please backup data. - `Inject Script`: User scripts that can modify web pages. - `Awesome ChatGPT`: Related resources recommended. - **Edit** - `Undo`, `Redo`, `Cut`, `Copy`, `SelectAll`, ... @@ -81,6 +83,10 @@ cask "popcorn-time", args: { "no-quarantine": true } ## FAQ +## Can't open ChatGPT + +If the application cannot be opened after the upgrade, please try to clear the configuration file, which is in the `~/.chatgpt/*` directory. + ### Is it safe? It's safe, just a wrapper for [OpenAI ChatGPT](https://chat.openai.com) website, no other data transfer exists (you can check the source code).