diff --git a/README.md b/README.md
index 9951bae..5ab48f3 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ then you can open the admin page at `http://localhost:3000/`.
1. Create channel on the admin page, create a new key.
-
+![add_channel](assets/add_channel.png)
2. Set the url (e.g. http://localhost:3000/v1 ) as OpenAI endpoint, and set the generated key as OpenAI api key.
3. Then you can use the OpenAI API to access the reverse engineered LLM lib.
diff --git a/README_cn.md b/README_cn.md
index 93477b6..16480fa 100644
--- a/README_cn.md
+++ b/README_cn.md
@@ -52,7 +52,7 @@ python main.py
1. 创建一个 channel,按照说明填写配置,然后创建一个新的 key。
-
+![add_channel](assets/add_channel.png)
2. 将 url (e.g. http://localhost:3000/v1 ) 设置为 OpenAI 的 api_base ,将生成的 key 设置为 OpenAI api key。
3. 现在你可以使用 OpenAI API 来访问逆向工程的 LLM 库了。
diff --git a/assets/add_channel.png b/assets/add_channel.png
new file mode 100644
index 0000000..6bcfe07
Binary files /dev/null and b/assets/add_channel.png differ