diff --git a/README-en.md b/README-en.md
index 4b71d34..c2a045c 100644
--- a/README-en.md
+++ b/README-en.md
@@ -23,13 +23,19 @@
AskChat is a command-line tool for ChatGPT interaction, allowing you to call ChatGPT anytime, anywhere.
-Run in the terminal:
-
-![hello](docs/assets/svgs/hello.svg)
-
-Run in Jupyter Notebook:
+
+
+
-![jupyter](docs/assets/jupyter.gif)
+
+
+
## Installation and Configuration
@@ -64,21 +70,33 @@ In addition, you can use `askchat` for more flexible dialogue and `askenv` to ma
### Usage Examples
-1. API debugging, testing default parameters and return results.
-
- ![debug](docs/assets/svgs/debug.svg)
-
-2. Get a list of available models.
-
- ![validmodels](docs/assets/svgs/validmodels.svg)
-
-3. Multi-turn dialogue, saving dialogues, loading dialogues, etc.
+
+
+
- ![chatlog](docs/assets/svgs/chatlog.svg)
+
+
+
-4. Specify parameters, using different models and APIs.
+
### Dialogue Management
@@ -121,9 +139,7 @@ Auxiliary features, such as generating configuration files, debugging logs, prin
| `--generate-config` | `askchat --generate-config` | Generate a configuration file, saved in `~/.askchat/.env` |
| `--debug` | `askchat --debug` | Print debugging logs |
| `--valid-models` | `askchat --valid-models` | Print a list of models containing "gpt" in their names |
-| `--all
-
--valid-models` | `askchat --all-valid-models` | Print all available models |
+| `--all-valid-models` | `askchat --all-valid-models` | Print all available models |
| `--version` | `askchat -v` | Version information of `askchat` |
Note: `--all-valid-models` will print all available models, including Embedding, dalle-3, tts, etc., use `--valid-models` to filter these out.
@@ -134,14 +150,19 @@ Note: `--all-valid-models` will print all available models, including Embedding,
### Examples
-1. Create, view, activate, and delete channels.
-
- ![askenv](docs/assets/svgs/askenv.svg)
-
-2. Edit channel.
-
- ![askenv-config](docs/assets/svgs/editenv.svg)
+