diff --git a/README.md b/README.md index 6126183..4c6ca19 100644 --- a/README.md +++ b/README.md @@ -62,14 +62,13 @@ Fastest way to try PageAgent with our free Demo LLM: ``` > **⚠️ For technical evaluation only.** This demo CDN uses our free [testing LLM API](https://alibaba.github.io/page-agent/docs/features/models#free-testing-api). By using it, you agree to its [terms](https://github.com/alibaba/page-agent/blob/main/docs/terms-and-privacy.md). +> Add `?autoInit=false` to load the script without creating the demo agent automatically. You can then instantiate it with `new window.PageAgent(...)`. | Mirrors | URL | | ------- | ----------------------------------------------------------------------------------- | | Global | https://cdn.jsdelivr.net/npm/page-agent@1.12.0/dist/iife/page-agent.demo.js | | China | https://registry.npmmirror.com/page-agent/1.12.0/files/dist/iife/page-agent.demo.js | -Add `?autoInit=false` to load the script without creating the demo agent automatically. You can then instantiate it with `new window.PageAgent(...)`. - ### NPM Installation ```bash diff --git a/docs/README-zh.md b/docs/README-zh.md index f85e59c..14a4686 100644 --- a/docs/README-zh.md +++ b/docs/README-zh.md @@ -61,14 +61,13 @@ ``` > **⚠️ 仅用于技术评估。** 该 Demo CDN 使用了免费的[测试 LLM API](https://alibaba.github.io/page-agent/docs/features/models#free-testing-api),使用即表示您同意其[条款](https://github.com/alibaba/page-agent/blob/main/docs/terms-and-privacy.md)。 +> 在 URL 后添加 `?autoInit=false` 可只加载脚本,不自动创建 Demo Agent;之后可通过 `new window.PageAgent(...)` 手动初始化。 | Mirrors | URL | | ------- | ----------------------------------------------------------------------------------- | | Global | https://cdn.jsdelivr.net/npm/page-agent@1.12.0/dist/iife/page-agent.demo.js | | China | https://registry.npmmirror.com/page-agent/1.12.0/files/dist/iife/page-agent.demo.js | -在 URL 后添加 `?autoInit=false` 可只加载脚本,不自动创建 Demo Agent;之后可通过 `new window.PageAgent(...)` 手动初始化。 - ### NPM 安装 ```bash