diff --git a/docs/en/others/self-host-t2i.md b/docs/en/others/self-host-t2i.md index 85638c657b..3a80150811 100644 --- a/docs/en/others/self-host-t2i.md +++ b/docs/en/others/self-host-t2i.md @@ -24,5 +24,5 @@ After deployment, go to AstrBot Dashboard -> Config -> System, and change `Text- > If you deployed on the same machine as AstrBot, the URL should be `http://localhost:8999`. -image +image diff --git a/docs/en/platform/discord.md b/docs/en/platform/discord.md index f61f049a4c..28e8d57e3e 100644 --- a/docs/en/platform/discord.md +++ b/docs/en/platform/discord.md @@ -4,7 +4,7 @@ Navigate to the messaging platform, click to add a new adapter, find Discord and click to enter the Discord configuration page. -![Click to create bot, select discord type](https://files.astrbot.app/docs/source/images/discord/image.png) +image ![Options from top to bottom: 1. Bot name 2. Enable 3. Bot token 4. Discord proxy address 5. Auto-register plugin commands as Discord slash commands 6. discord_guild_id_for_debug 7. Discord activity name](https://files.astrbot.app/docs/source/images/discord/image-3.png) > For this tutorial, you only need to configure items 1, 2, 3, and 5 diff --git a/docs/en/platform/misskey.md b/docs/en/platform/misskey.md index 801dd572f1..d670efea35 100644 --- a/docs/en/platform/misskey.md +++ b/docs/en/platform/misskey.md @@ -9,7 +9,7 @@ Navigate to the messaging platform, click to add a new adapter, find Misskey and click to enter the Misskey configuration page. -![Create Misskey Platform Adapter](https://files.astrbot.app/docs/source/images/misskey/create.png) +image ## Configure Platform Adapter Settings @@ -21,7 +21,7 @@ Don't forget to click `Enable` before saving to activate the Misskey platform ad How to obtain the Misskey connection information is described below. -![Misskey Platform Adapter Configuration](https://files.astrbot.app/docs/source/images/misskey/config.png) +image ## Misskey Instance URL diff --git a/docs/en/platform/slack.md b/docs/en/platform/slack.md index 28b6b0f883..eb2c619d1c 100644 --- a/docs/en/platform/slack.md +++ b/docs/en/platform/slack.md @@ -4,7 +4,8 @@ Navigate to the `Bots` page, click `+ Create Bot`, find Slack and click to enter the Slack configuration page. -![image](https://files.astrbot.app/docs/source/images/slack/image-1.png) +image + In the configuration dialog that appears, click `Enable`. diff --git a/docs/en/platform/wecom_ai_bot.md b/docs/en/platform/wecom_ai_bot.md index 51635b4c0a..26c6ed03f8 100644 --- a/docs/en/platform/wecom_ai_bot.md +++ b/docs/en/platform/wecom_ai_bot.md @@ -32,7 +32,8 @@ Generate `Token` and `EncodingAESKey` using random generation, but do not click 1. Open AstrBot Dashboard, click `Messaging Platforms`, then click `+ Add Adapter`, choose `WeCom AI Bot`. -![Add Adapter](https://files.astrbot.app/docs/source/images/wecom_ai_bot/image-2.png) +image + 2. Fill AstrBot fields with values from the WeCom AI Bot create page: @@ -78,9 +79,10 @@ In WeCom client internal group chat, click Add Member -> AI Bot, select the bot Send a message in private chat or group chat to talk to the bot. -If you need typing-like streaming effect, enable `Streaming Reply` in AstrBot. +If you need typing-like streaming effect, enable `Streaming Output` in AstrBot. + +image -![Streaming Reply](https://files.astrbot.app/docs/source/images/wecom_ai_bot/image-6.png) ## Help & Support diff --git a/docs/en/providers/agent-runners/astrbot-agent-runner.md b/docs/en/providers/agent-runners/astrbot-agent-runner.md index 74873d7104..2f0b2cd9bb 100644 --- a/docs/en/providers/agent-runners/astrbot-agent-runner.md +++ b/docs/en/providers/agent-runners/astrbot-agent-runner.md @@ -2,7 +2,7 @@ By default, AstrBot uses the built-in Agent Runner as the default executor. You don't need to configure anything to use AstrBot's powerful built-in Agent Runner. -![image](https://files.astrbot.app/docs/source/images/astrbot-agent-runner/image.png) +image With the built-in Agent Runner, you can use AstrBot's [MCP Server](/use/mcp), [Knowledge Base](/use/knowledge-base), [Web Search](/use/websearch), and persona features. diff --git a/docs/en/providers/newapi.md b/docs/en/providers/newapi.md index 2fa55e9067..2aba34671b 100644 --- a/docs/en/providers/newapi.md +++ b/docs/en/providers/newapi.md @@ -29,12 +29,12 @@ Set `API Base URL` to your NewAPI endpoint: Then paste your API key into `API Key` and click `Save`. -![astrbot-provider-config](https://files.astrbot.app/docs/source/images/newapi/image-2.png) +image ### 3. Apply the Provider Go to `Configuration`, find the model section, set `Default Chat Model` to the NewAPI-based provider you just created, and click `Save`. -![apply](https://files.astrbot.app/docs/source/images/newapi/image-3.png) +image You have now successfully configured NewAPI as an AstrBot model provider. diff --git a/docs/en/providers/ppio.md b/docs/en/providers/ppio.md index 3812dc86b2..796afcee80 100644 --- a/docs/en/providers/ppio.md +++ b/docs/en/providers/ppio.md @@ -16,7 +16,7 @@ Once you find the model, click its card to expand a detail panel on the right. S Open the AstrBot dashboard → Service Providers page, click **Add Provider**, find and click `PPIO Cloud` (requires version >= 3.5.10; older versions are also supported, see below). -![image](https://files.astrbot.app/docs/source/images/ppio/image.png) +image Fill in the API Key and model name in the dialog form, then click **Save** to complete the setup. diff --git a/docs/en/providers/provider-ollama.md b/docs/en/providers/provider-ollama.md index b3fc172cef..436ad3cb9d 100644 --- a/docs/en/providers/provider-ollama.md +++ b/docs/en/providers/provider-ollama.md @@ -22,7 +22,7 @@ Then use `ollama run ` to run the model. ## Configure AstrBot Open the AstrBot WebUI, locate Service Provider Management, click on Add Provider, find and click on `Ollama`. -![image](https://files.astrbot.app/docs/source/images/ollama/image.png) +image Save the configuration. diff --git a/docs/en/providers/siliconflow.md b/docs/en/providers/siliconflow.md index b986b02e35..12407e0d49 100644 --- a/docs/en/providers/siliconflow.md +++ b/docs/en/providers/siliconflow.md @@ -12,4 +12,4 @@ Open the AstrBot WebUI, click `Service Providers` in the left sidebar -> `Add Pr Paste the `API Key` and `Model Name` you obtained earlier, then click Save to complete the setup. You can click the `Refresh` button under `Service Provider Availability` to verify whether the configuration is successful. -![Configuring Chat Model](https://files.astrbot.app/docs/source/images/siliconflow/image.png) +image diff --git a/docs/en/providers/tokenpony.md b/docs/en/providers/tokenpony.md index 4a65ce109f..943cde3e23 100644 --- a/docs/en/providers/tokenpony.md +++ b/docs/en/providers/tokenpony.md @@ -10,7 +10,7 @@ Visit the TokenPony [Models page](https://www.tokenpony.cn/#/model) to select yo Open the AstrBot WebUI, click `Service Providers` in the left sidebar -> `Add Provider` -> select `TokenPony` (requires version >= 4.3.3) -![Configuring Chat Model](https://files.astrbot.app/docs/source/images/tokenpony/image.png) +image > If you don't see the `TokenPony` option, you can also click `Connect to OpenAI` as shown in the image and change the `API Base URL` to `https://api.tokenpony.cn/v1`. @@ -20,4 +20,4 @@ Paste the `API Key` and `Model Name` you obtained earlier, then click Save to co In the AstrBot WebUI, click `Configuration` in the left sidebar, find `Default Chat Model` under AI Configuration, select the `tokenpony` (TokenPony) provider you just created, and click Save. -![Configuring Chat Model 2](https://files.astrbot.app/docs/source/images/tokenpony/image_1.png) +image diff --git a/docs/en/use/skills.md b/docs/en/use/skills.md index 4221cc047a..af7ad813cb 100644 --- a/docs/en/use/skills.md +++ b/docs/en/use/skills.md @@ -14,7 +14,7 @@ Support for Anthropic Skills was introduced in AstrBot starting from v4.13.0, al Open the AstrBot admin panel, navigate to the `Plugins` page, and find `Skills`. -![Skills](https://files.astrbot.app/docs/source/images/skills/image.png) +image You can upload Skills with the following requirements: diff --git a/docs/en/use/webui.md b/docs/en/use/webui.md index 561d262e8f..44e33421b6 100644 --- a/docs/en/use/webui.md +++ b/docs/en/use/webui.md @@ -2,7 +2,7 @@ The AstrBot admin panel features plugin management, log viewing, visual configuration, statistics viewing, and more. -![image](https://files.astrbot.app/docs/source/images/webui/image-4.png) +image ## Accessing the Admin Panel @@ -61,7 +61,7 @@ ChatUI supports these common workflows: In the admin panel, you can configure AstrBot's plugins through visual configuration. Click `Configuration` in the left sidebar to enter the configuration page. -![image](https://files.astrbot.app/docs/source/images/webui/image-3.png) +image After modifying the configuration, you need to click the `Save` button in the bottom right corner to successfully save the configuration. @@ -77,7 +77,7 @@ In the admin panel, you can view installed plugins and install new plugins throu Click the Plugin Market tab to browse plugins officially listed by AstrBot. -![image](https://files.astrbot.app/docs/source/images/webui/image-1.png) +image You can also click the + button in the bottom right corner to manually install plugins via URL or file upload. diff --git a/docs/zh/others/self-host-t2i.md b/docs/zh/others/self-host-t2i.md index cb18acf1ca..20b42a3020 100644 --- a/docs/zh/others/self-host-t2i.md +++ b/docs/zh/others/self-host-t2i.md @@ -24,4 +24,6 @@ docker run -itd -p 8999:8999 soulter/astrbot-t2i-service:latest >如果部署在与 AstrBot 相同的机器上,url 应为 `http://localhost:8999`。 -image +image + + diff --git a/docs/zh/platform/discord.md b/docs/zh/platform/discord.md index 89c198a928..8b1ad0ae7a 100644 --- a/docs/zh/platform/discord.md +++ b/docs/zh/platform/discord.md @@ -4,7 +4,7 @@ 进入机器人,点击新增适配器,找到 Discord 并点击进入 Discord 配置页。 > 旧版本`机器人`为`消息平台` -![点击创建机器人,选择discord类型](https://files.astrbot.app/docs/source/images/discord/image.png) +image ![选项从上到下依次是 1.机器人名称 2. 启用 3. Bot token 4. Discord 代理地址 5. 是否自动将插件指令注册为 Discord 斜杠指令 6. discord_guild_id_for_debug 7.Discord 活动名称](https://files.astrbot.app/docs/source/images/discord/image-3.png) > 本次教程只用管1,2,3,5项 diff --git a/docs/zh/platform/misskey.md b/docs/zh/platform/misskey.md index 955c4342be..90e3d15c7f 100644 --- a/docs/zh/platform/misskey.md +++ b/docs/zh/platform/misskey.md @@ -8,7 +8,7 @@ 进入消息平台,点击新增适配器,找到 Misskey 并单击进入 Misskey 配置页。 -![创建 Misskey 平台适配器](https://files.astrbot.app/docs/source/images/misskey/create.png) +image ## 配置平台适配器设置 @@ -20,7 +20,8 @@ 获取 Misskey 接入信息的方式见下文介绍。 -![Misskey 平台适配器配置](https://files.astrbot.app/docs/source/images/misskey/config.png) +image + ## Misskey 实例 URL diff --git a/docs/zh/platform/slack.md b/docs/zh/platform/slack.md index de5b31c3f3..110b137b9c 100644 --- a/docs/zh/platform/slack.md +++ b/docs/zh/platform/slack.md @@ -4,7 +4,8 @@ 进入 `机器人` 页,点击 `+ 创建机器人`,找到 Slack 并点击进入 Slack 配置页。 -![image](https://files.astrbot.app/docs/source/images/slack/image-1.png) +image + 在弹出的配置对话框中点击 `启用`。 diff --git a/docs/zh/platform/wecom_ai_bot.md b/docs/zh/platform/wecom_ai_bot.md index 55aca1b016..c086749d62 100644 --- a/docs/zh/platform/wecom_ai_bot.md +++ b/docs/zh/platform/wecom_ai_bot.md @@ -32,7 +32,8 @@ 1. 进入 AstrBot 的管理面板,点击左侧栏 `机器人`(旧版本为 `消息平台`),然后在右侧的界面中,点击 `+ 新增适配器`,选择 `企业微信智能机器人`,进入配置页面。 -![新增适配器](https://files.astrbot.app/docs/source/images/wecom_ai_bot/image-2.png) +image + 2. 在弹出的配置项中将 `企业微信智能机器人的名字`、`token`、`encoding_aes_key` 从上一步创建智能机器人时填写的值复制粘贴到对应的输入框中。ID 可以随意填写,用于区分不同的消息平台实例。`port` 默认为 `6198`,可以根据需要修改,但请确保该端口未被占用。请保持 `统一 Webhook 模式 (unified_webhook_mode)` 为开启状态。点击 `保存`。 @@ -68,9 +69,10 @@ 在单聊或群聊中,直接发送消息即可与机器人进行对话。 -如果您需要类似实时打字机的效果,请确保在 AstrBot 中开启了 `流式回复` 功能。 +如果您需要类似实时打字机的效果,请确保在 AstrBot 中开启了 `流式输出` 功能。 + +image -![流式回复](https://files.astrbot.app/docs/source/images/wecom_ai_bot/image-6.png) ## 帮助与支持 diff --git a/docs/zh/providers/agent-runners/astrbot-agent-runner.md b/docs/zh/providers/agent-runners/astrbot-agent-runner.md index 8699236cd7..1ce77b21c4 100644 --- a/docs/zh/providers/agent-runners/astrbot-agent-runner.md +++ b/docs/zh/providers/agent-runners/astrbot-agent-runner.md @@ -2,7 +2,7 @@ 默认情况下,AstrBot 内置 Agent 执行器为默认执行器,您不用进行任何配置,即可使用 AstrBot 的强大的内置 Agent 执行器。`✨ 接入模型服务` 中就是在配置 `内置 Agent 执行器` 的 AI 提供商。 -![image](https://files.astrbot.app/docs/source/images/astrbot-agent-runner/image.png) +image 在内置 Agent 执行器下,您可以使用 AstrBot 的 [MCP 服务器](/use/mcp)、[知识库](/use/knowledge-base)、[网页搜索](/use/websearch)、人格功能。 diff --git a/docs/zh/providers/newapi.md b/docs/zh/providers/newapi.md index 3dea474d75..6c6642b7ed 100644 --- a/docs/zh/providers/newapi.md +++ b/docs/zh/providers/newapi.md @@ -25,14 +25,14 @@ NewAPI 完美地支持了 OpenAI Chat Completion 和 Responses 接口,我们 然后,将 API Key 填入「API Key」字段中,点击「保存」按钮。 -![astrbot-provider-config](https://files.astrbot.app/docs/source/images/newapi/image-2.png) +image 然后点击保存,完成 NewAPI 提供商的配置。 ### 应用服务提供商 -进入「配置文件」页面,找到模型一节,将「默认聊天模型」修改为刚刚创建的 NewAPI 提供商,点击「保存」按钮。 +进入「配置文件」页面,找到模型一节,将「默认对话模型」修改为刚刚创建的 NewAPI 提供商,点击「保存」按钮。 -![apply](https://files.astrbot.app/docs/source/images/newapi/image-3.png) +image 至此,您已经成功配置了 NewAPI 作为 AstrBot 的模型提供商。现在,您可以通过 AstrBot 来访问和使用 NewAPI 提供的各种 AI 模型服务了。 diff --git a/docs/zh/providers/ppio.md b/docs/zh/providers/ppio.md index 24027c21fe..18e71e5bbb 100644 --- a/docs/zh/providers/ppio.md +++ b/docs/zh/providers/ppio.md @@ -16,7 +16,7 @@ PPIO 派欧云是中国领先的独立分布式云计算服务商,您可以在 打开 AstrBot 控制台 -> 服务提供商页面,点击新增提供商,找到并点击 `PPIO派欧云`(需要版本 >= 3.5.10,旧版本也可使用,见下文)。 -![image](https://files.astrbot.app/docs/source/images/ppio/image.png) +image 将 API Key 和模型名称填入对话框表单,点击保存,即可完成创建。 diff --git a/docs/zh/providers/provider-ollama.md b/docs/zh/providers/provider-ollama.md index d1b08c92ed..d39267f957 100644 --- a/docs/zh/providers/provider-ollama.md +++ b/docs/zh/providers/provider-ollama.md @@ -23,7 +23,7 @@ model_name 格式:`:`。如 `deepseek-r1:8b`。 ## 配置 AstrBot 打开 AstrBot 控制台 -> 服务提供商页面,点击新增模型提供商,找到并点击 `Ollama`。 -![image](https://files.astrbot.app/docs/source/images/ollama/image.png) +image 保存配置即可。 diff --git a/docs/zh/providers/siliconflow.md b/docs/zh/providers/siliconflow.md index 7a207410dd..149142d488 100644 --- a/docs/zh/providers/siliconflow.md +++ b/docs/zh/providers/siliconflow.md @@ -14,8 +14,8 @@ 粘贴上面创建和选择的 `API Key` 和 `模型名称`,点击保存,完成创建。您可以点击下方 `服务提供商可用性` 的 `刷新` 按钮测试配置是否成功。 -![配置对话模型_1](https://files.astrbot.app/docs/source/images/siliconflow/image.png) +image ## 应用对话模型 -在 AstrBot WebUI,点击左栏 `配置文件`,找到 AI 配置中的 `默认聊天模型`,选择刚刚创建的 `siliconflow`(硅基流动) 提供商,点击保存。 \ No newline at end of file +在 AstrBot WebUI,点击左栏 `配置文件`,找到 AI 配置中的 `默认聊天模型`,选择刚刚创建的 `siliconflow`(硅基流动) 提供商,点击保存。 diff --git a/docs/zh/providers/tokenpony.md b/docs/zh/providers/tokenpony.md index 5001614310..11f8677f08 100644 --- a/docs/zh/providers/tokenpony.md +++ b/docs/zh/providers/tokenpony.md @@ -8,9 +8,9 @@ 在小马算力[模型页面](https://www.tokenpony.cn/#/model)选择需要使用的模型,留存模型名称备用。 -进入 AstrBot WebUI,点击左栏 `服务提供商` -> `新增提供商` -> 选择 `小马算力` (需要版本 >= 4.3.3) +进入 AstrBot WebUI,点击左栏 `服务提供商` -> `新增提供商` -> 选择 `TokenPony` (需要版本 >= 4.3.3) -![配置对话模型_1](https://files.astrbot.app/docs/source/images/tokenpony/image.png) +image > 如果没有看到 `小马算力` 选项,您也可以直接点击图中的 `接入 OpenAI`,并将 `API Base URL` 修改为 `https://api.tokenpony.cn/v1`。 @@ -18,6 +18,6 @@ ## 应用对话模型 -在 AstrBot WebUI,点击左栏 `配置文件`,找到 AI 配置中的 `默认聊天模型`,选择刚刚创建的 `tokenpony`(小马算力) 提供商,点击保存。 +在 AstrBot WebUI,点击左栏 `配置文件`,找到 AI 配置中的 `默认对话模型`,选择刚刚创建的 `tokenpony`(小马算力) 提供商,点击保存。 -![配置对话模型_2](https://files.astrbot.app/docs/source/images/tokenpony/image_1.png) \ No newline at end of file +image diff --git a/docs/zh/use/skills.md b/docs/zh/use/skills.md index de7b7a97e2..d53a8a4596 100644 --- a/docs/zh/use/skills.md +++ b/docs/zh/use/skills.md @@ -14,7 +14,7 @@ AstrBot 在 v4.13.0 之后引入了对 Anthropic Skills 的支持,使得用户 进入 AstrBot 管理面板,导航到 `插件` 页面,找到 `Skills`。 -![Skills](https://files.astrbot.app/docs/source/images/skills/image.png) +image 你可以上传 Skills,上传格式要求如下: diff --git a/docs/zh/use/webui.md b/docs/zh/use/webui.md index 9829abde2c..cf08f25704 100644 --- a/docs/zh/use/webui.md +++ b/docs/zh/use/webui.md @@ -2,7 +2,7 @@ AstrBot 管理面板具有管理插件、查看日志、可视化配置、查看统计信息等功能。 -![image](https://files.astrbot.app/docs/source/images/webui/image-4.png) +image ## 管理面板的访问 @@ -61,7 +61,7 @@ ChatUI 支持以下常用能力: 在管理面板中,你可以通过可视化配置来配置 AstrBot 的插件。点击左栏 `配置` 即可进入配置页面。 -![image](https://files.astrbot.app/docs/source/images/webui/image-3.png) +image 当修改完配置后,你需要点击右下角 `保存` 按钮才能成功保存配置。 @@ -77,7 +77,7 @@ ChatUI 支持以下常用能力: 点击插件市场标签栏,你可以浏览由 AstrBot 官方上架的插件。 -![image](https://files.astrbot.app/docs/source/images/webui/image-1.png) +image 你也可以点击右下角 + 按钮,以 URL / 文件上传的方式手动安装插件。