From 767e68d8b35c55a705f7db5642013c1700a63e57 Mon Sep 17 00:00:00 2001 From: Abderrahmen Gharsa <58635995+qbdq@users.noreply.github.com> Date: Tue, 21 Feb 2023 22:11:28 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 044111a..cb7ac22 100644 --- a/README.md +++ b/README.md @@ -141,15 +141,15 @@ You can look at **[awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt | macOS | `/Users/lencx/.chatgpt` | | Windows | `C:\Users\lencx\.chatgpt` | -- `[.chatgpt]` - application configuration root folder - - `chat.conf.json` - preferences configuration +- `[.chatgpt]` - Application configuration root folder + - `chat.conf.json` - Preferences configuration - `chat.awesome.json` - Custom URL lists, similar to browser bookmarks. Any URL can be used as the main window or tray window (**Control Conter -> Awesome**) - `chat.model.json` - prompts configuration,contains three parts: - `user_custom` - Requires manual data entry (**Control Conter -> Language Model -> User Custom**) - `sync_prompts` - Synchronizing data from [f/awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts) (**Control Conter -> Language Model -> Sync Prompts**) - `sync_custom` - Synchronize custom json and csv file data, support local and remote (**Control Conter -> Language Model -> Sync Custom**) - - `chat.model.cmd.json` - filtered (whether to enable) and sorted slash commands - - `[cache_model]` - caching model data + - `chat.model.cmd.json` - Filtered (whether to enable) and sorted slash commands + - `[cache_model]` - Caching model data - `chatgpt_prompts.json` - Cache `sync_prompts` data - `user_custom.json` - Cache `user_custom` data - `ae6cf32a6f8541b499d6bfe549dbfca3.json` - Randomly generated file names, cache `sync_custom` data @@ -158,7 +158,7 @@ You can look at **[awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt ### Sync Custom -Currently, only json and csv are supported for synchronizing custom files, and the following formats need to be met, otherwise the application will be abnormal: +Currently, only JSON and CSV are supported for synchronizing custom files, and the following formats need to be met, otherwise the application will be abnormal: `JSON format:` @@ -249,7 +249,7 @@ yarn dev yarn build ``` -- [The distDir configuration is set to "../dist" but this path doesn't exist](https://github.com/lencx/ChatGPT/discussions/180) +- [The distDir configuration is set to "../dist" but this path doesn't exist.](https://github.com/lencx/ChatGPT/discussions/180) - [Error A public key has been found, but no private key. Make sure to set TAURI_PRIVATE_KEY environment variable.](https://github.com/lencx/ChatGPT/discussions/182) ## ❤️ Thanks From c9fc734c910f1631773ae5be17f9e2290929b01a Mon Sep 17 00:00:00 2001 From: Abderrahmen Gharsa <58635995+qbdq@users.noreply.github.com> Date: Tue, 21 Feb 2023 22:16:20 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9Dupdate=20typo=20in=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d1bf8aa..74c6765 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -36,8 +36,8 @@ tauri-plugin-window-state = { git = "https://github.com/lencx/tauri-plugins-work [features] # by default Tauri runs in production mode -# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL +# when `tauri dev` runs, it is executed with `cargo run --no-default-features` if `devPath` is an URL default = [ "custom-protocol" ] -# this feature is used used for production builds where `devPath` points to the filesystem +# this feature is used for production builds where `devPath` points to the filesystem # DO NOT remove this custom-protocol = [ "tauri/custom-protocol" ]