mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
readme
This commit is contained in:
parent
5e295aeb1d
commit
f1f58f37c4
@ -60,7 +60,9 @@ cask "popcorn-time", args: { "no-quarantine": true }
|
|||||||
- `Theme` - `Light`, `Dark` (Only macOS and Windows are supported).
|
- `Theme` - `Light`, `Dark` (Only macOS and Windows are supported).
|
||||||
- `Always On Top`: Window is always on top of other windows.
|
- `Always On Top`: Window is always on top of other windows.
|
||||||
- `Titlebar`: Only supports macOS.
|
- `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.
|
- `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.
|
- `Inject Script`: User scripts that can modify web pages.
|
||||||
- `Awesome ChatGPT`: Related resources recommended.
|
- `Awesome ChatGPT`: Related resources recommended.
|
||||||
- **Edit** - `Undo`, `Redo`, `Cut`, `Copy`, `SelectAll`, ...
|
- **Edit** - `Undo`, `Redo`, `Cut`, `Copy`, `SelectAll`, ...
|
||||||
@ -81,6 +83,10 @@ cask "popcorn-time", args: { "no-quarantine": true }
|
|||||||
|
|
||||||
## FAQ
|
## 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?
|
### 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).
|
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).
|
||||||
|
Loading…
Reference in New Issue
Block a user