diff --git a/ui/src/components/ai-chat/component/chat-input-operate/index.vue b/ui/src/components/ai-chat/component/chat-input-operate/index.vue
index 5130dd3b8b2..1f9335be22c 100644
--- a/ui/src/components/ai-chat/component/chat-input-operate/index.vue
+++ b/ui/src/components/ai-chat/component/chat-input-operate/index.vue
@@ -401,7 +401,7 @@ const startRecording = async () => {
2、若无 https 配置则需要修改浏览器安全配置,Chrome 设置如下:
(1) 地址栏输入chrome://flags/#unsafely-treat-insecure-origin-as-secure;
(2) 将 http 站点配置在文本框中,例如: http://127.0.0.1:8080。