Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/others/self-host-t2i.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<img width="589" height="255" alt="image" src="https://github.com/user-attachments/assets/5ef09db2-1a33-440c-9986-c7b544325e34" />
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/776fde0f-9855-4ac9-b45b-ba226b0b4a73" />

2 changes: 1 addition & 1 deletion docs/en/platform/discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/dea8c9f6-c870-428d-ab8c-379382d8a761" />

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

将图片替换为 <img> 标签时,原有的描述性 alt 属性(Click to create bot, select discord type)被替换为了通用的 alt="image"。为了保证文档的可访问性(Accessibility)和 SEO 友好性,建议保留原有的描述性 alt 文本。

Suggested change
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/dea8c9f6-c870-428d-ab8c-379382d8a761" />
<img width="1910" height="883" alt="Click to create bot, select discord type" src="https://github.com/user-attachments/assets/dea8c9f6-c870-428d-ab8c-379382d8a761" />


![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
Expand Down
4 changes: 2 additions & 2 deletions docs/en/platform/misskey.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/9070c6b3-d243-4e4e-b437-ed277aa2ecbf" />

## Configure Platform Adapter Settings

Expand All @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/75095637-ac79-4ec3-b2de-0e1978392d41" />

## Misskey Instance URL

Expand Down
3 changes: 2 additions & 1 deletion docs/en/platform/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/8fc6604c-7b0e-4af5-b38c-ac378b1c23df" />


In the configuration dialog that appears, click `Enable`.

Expand Down
8 changes: 5 additions & 3 deletions docs/en/platform/wecom_ai_bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/b65549de-34d5-4af5-90f2-d1f1d956bbd7" />


2. Fill AstrBot fields with values from the WeCom AI Bot create page:

Expand Down Expand Up @@ -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.

<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/3e0edec6-8095-48cd-9248-2b4d355b9eb3" />

![Streaming Reply](https://files.astrbot.app/docs/source/images/wecom_ai_bot/image-6.png)

## Help & Support

Expand Down
2 changes: 1 addition & 1 deletion docs/en/providers/agent-runners/astrbot-agent-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img width="1009" height="318" alt="image" src="https://github.com/user-attachments/assets/1aae8c57-a8bd-4561-a987-20d3a55c638d" />

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.

4 changes: 2 additions & 2 deletions docs/en/providers/newapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/6940533e-157d-4bb3-8716-9fe3a1ca2945" />

### 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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/b61fe643-ea48-41eb-a862-d4e168e7b378" />

You have now successfully configured NewAPI as an AstrBot model provider.
2 changes: 1 addition & 1 deletion docs/en/providers/ppio.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/79846891-545e-4163-891a-a761b8bca9aa" />

Fill in the API Key and model name in the dialog form, then click **Save** to complete the setup.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/providers/provider-ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Then use `ollama run <model_name>` 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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/9169f0e6-5f56-4c8e-9d88-44ac4a767945" />

Save the configuration.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/providers/siliconflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/65cefa28-b65a-4569-b871-34c25b5fbac6" />
4 changes: 2 additions & 2 deletions docs/en/providers/tokenpony.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/c9aaadc7-8442-47dc-93f0-4ac07d17f03d" />

> 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`.

Expand All @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/9ca0d6e8-40bd-4424-9aad-3f2779ac6306" />
2 changes: 1 addition & 1 deletion docs/en/use/skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/c56c2182-ab02-4039-b207-daae0570ac49" />

You can upload Skills with the following requirements:

Expand Down
6 changes: 3 additions & 3 deletions docs/en/use/webui.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/6b06a6a9-d2a3-4dca-9566-ea4f7481a4cb" />

## Accessing the Admin Panel

Expand Down Expand Up @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/5caeddbe-7b70-4632-a19a-c669089a247f" />

After modifying the configuration, you need to click the `Save` button in the bottom right corner to successfully save the configuration.

Expand All @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/903c695c-e820-4e6a-a357-80731620441c" />

You can also click the + button in the bottom right corner to manually install plugins via URL or file upload.

Expand Down
4 changes: 3 additions & 1 deletion docs/zh/others/self-host-t2i.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ docker run -itd -p 8999:8999 soulter/astrbot-t2i-service:latest

>如果部署在与 AstrBot 相同的机器上,url 应为 `http://localhost:8999`。

<img width="591" height="228" alt="image" src="https://github.com/user-attachments/assets/f3564b46-11a4-402a-85e3-5f44a82713fe" />
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/4e8f9f75-8ad3-42e7-9347-fadff6400b31" />


2 changes: 1 addition & 1 deletion docs/zh/platform/discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

进入机器人,点击新增适配器,找到 Discord 并点击进入 Discord 配置页。
> 旧版本`机器人`为`消息平台`
![点击创建机器人,选择discord类型](https://files.astrbot.app/docs/source/images/discord/image.png)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/b8f5842a-a186-4eeb-b8f8-9bce9d909a98" />

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

将图片替换为 <img> 标签时,原有的描述性 alt 属性(点击创建机器人,选择discord类型)被替换为了通用的 alt="image"。为了保证文档的可访问性和 SEO 友好性,建议保留原有的描述性 alt 文本。

Suggested change
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/b8f5842a-a186-4eeb-b8f8-9bce9d909a98" />
<img width="1910" height="883" alt="点击创建机器人,选择discord类型" src="https://github.com/user-attachments/assets/b8f5842a-a186-4eeb-b8f8-9bce9d909a98" />


![选项从上到下依次是 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项
Expand Down
5 changes: 3 additions & 2 deletions docs/zh/platform/misskey.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

进入消息平台,点击新增适配器,找到 Misskey 并单击进入 Misskey 配置页。

![创建 Misskey 平台适配器](https://files.astrbot.app/docs/source/images/misskey/create.png)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/d47d42e7-5412-4089-8027-c6c7f9637154" />

## 配置平台适配器设置

Expand All @@ -20,7 +20,8 @@

获取 Misskey 接入信息的方式见下文介绍。

![Misskey 平台适配器配置](https://files.astrbot.app/docs/source/images/misskey/config.png)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/7ec1ecdc-5cba-4c9c-a596-c21237a22a1a" />


## Misskey 实例 URL

Expand Down
3 changes: 2 additions & 1 deletion docs/zh/platform/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

进入 `机器人` 页,点击 `+ 创建机器人`,找到 Slack 并点击进入 Slack 配置页。

![image](https://files.astrbot.app/docs/source/images/slack/image-1.png)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/9cf8347b-f5d4-4978-8305-cd5758c13474" />


在弹出的配置对话框中点击 `启用`。

Expand Down
8 changes: 5 additions & 3 deletions docs/zh/platform/wecom_ai_bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@

1. 进入 AstrBot 的管理面板,点击左侧栏 `机器人`(旧版本为 `消息平台`),然后在右侧的界面中,点击 `+ 新增适配器`,选择 `企业微信智能机器人`,进入配置页面。

![新增适配器](https://files.astrbot.app/docs/source/images/wecom_ai_bot/image-2.png)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/39d4c653-d35f-4941-b571-1773416b2992" />


2. 在弹出的配置项中将 `企业微信智能机器人的名字`、`token`、`encoding_aes_key` 从上一步创建智能机器人时填写的值复制粘贴到对应的输入框中。ID 可以随意填写,用于区分不同的消息平台实例。`port` 默认为 `6198`,可以根据需要修改,但请确保该端口未被占用。请保持 `统一 Webhook 模式 (unified_webhook_mode)` 为开启状态。点击 `保存`。

Expand Down Expand Up @@ -68,9 +69,10 @@

在单聊或群聊中,直接发送消息即可与机器人进行对话。

如果您需要类似实时打字机的效果,请确保在 AstrBot 中开启了 `流式回复` 功能。
如果您需要类似实时打字机的效果,请确保在 AstrBot 中开启了 `流式输出` 功能。

<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/fd962fba-eebd-448a-bf42-8d79c159c8c8" />

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

原有的描述性 alt 属性(流式回复)被替换为了通用的 alt="image"。由于正文已将 流式回复 更新为 流式输出,建议将图片的 alt 属性也更新为 流式输出,以保持一致性并提高文档的可访问性。

Suggested change
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/fd962fba-eebd-448a-bf42-8d79c159c8c8" />
<img width="1910" height="883" alt="流式输出" src="https://github.com/user-attachments/assets/fd962fba-eebd-448a-bf42-8d79c159c8c8" />


![流式回复](https://files.astrbot.app/docs/source/images/wecom_ai_bot/image-6.png)

## 帮助与支持

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/providers/agent-runners/astrbot-agent-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

默认情况下,AstrBot 内置 Agent 执行器为默认执行器,您不用进行任何配置,即可使用 AstrBot 的强大的内置 Agent 执行器。`✨ 接入模型服务` 中就是在配置 `内置 Agent 执行器` 的 AI 提供商。

![image](https://files.astrbot.app/docs/source/images/astrbot-agent-runner/image.png)
<img width="945" height="315" alt="image" src="https://github.com/user-attachments/assets/1652551c-481c-45f4-b2cd-5f9d7798738b" />

在内置 Agent 执行器下,您可以使用 AstrBot 的 [MCP 服务器](/use/mcp)、[知识库](/use/knowledge-base)、[网页搜索](/use/websearch)、人格功能。

6 changes: 3 additions & 3 deletions docs/zh/providers/newapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/a1d789d6-89e9-4ba9-9ce7-4c3cce445951" />

然后点击保存,完成 NewAPI 提供商的配置。

### 应用服务提供商

进入「配置文件」页面,找到模型一节,将「默认聊天模型」修改为刚刚创建的 NewAPI 提供商,点击「保存」按钮。
进入「配置文件」页面,找到模型一节,将「默认对话模型」修改为刚刚创建的 NewAPI 提供商,点击「保存」按钮。

![apply](https://files.astrbot.app/docs/source/images/newapi/image-3.png)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/56575601-1eb0-4192-b16b-7e31653eba78" />

至此,您已经成功配置了 NewAPI 作为 AstrBot 的模型提供商。现在,您可以通过 AstrBot 来访问和使用 NewAPI 提供的各种 AI 模型服务了。
2 changes: 1 addition & 1 deletion docs/zh/providers/ppio.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PPIO 派欧云是中国领先的独立分布式云计算服务商,您可以在

打开 AstrBot 控制台 -> 服务提供商页面,点击新增提供商,找到并点击 `PPIO派欧云`(需要版本 >= 3.5.10,旧版本也可使用,见下文)。

![image](https://files.astrbot.app/docs/source/images/ppio/image.png)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/21f2287a-4e81-4b45-a07c-58858b373979" />

将 API Key 和模型名称填入对话框表单,点击保存,即可完成创建。

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/providers/provider-ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ model_name 格式:`<model_name>:<model_version>`。如 `deepseek-r1:8b`。
## 配置 AstrBot

打开 AstrBot 控制台 -> 服务提供商页面,点击新增模型提供商,找到并点击 `Ollama`。
![image](https://files.astrbot.app/docs/source/images/ollama/image.png)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/beb4dcda-c07e-42b1-a7ab-416e20eb1d54" />

保存配置即可。

Expand Down
4 changes: 2 additions & 2 deletions docs/zh/providers/siliconflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

粘贴上面创建和选择的 `API Key` 和 `模型名称`,点击保存,完成创建。您可以点击下方 `服务提供商可用性` 的 `刷新` 按钮测试配置是否成功。

![配置对话模型_1](https://files.astrbot.app/docs/source/images/siliconflow/image.png)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/98fb7711-35c9-426b-b576-b8678bad67da" />

## 应用对话模型

在 AstrBot WebUI,点击左栏 `配置文件`,找到 AI 配置中的 `默认聊天模型`,选择刚刚创建的 `siliconflow`(硅基流动) 提供商,点击保存。
在 AstrBot WebUI,点击左栏 `配置文件`,找到 AI 配置中的 `默认聊天模型`,选择刚刚创建的 `siliconflow`(硅基流动) 提供商,点击保存。

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

为了与 newapi.mdtokenpony.md 中的术语保持一致,建议将 默认聊天模型 统一修改为 默认对话模型

8 changes: 4 additions & 4 deletions docs/zh/providers/tokenpony.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

在小马算力[模型页面](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)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/d633d0ba-1d53-4efc-a933-82265b567c7f" />

> 如果没有看到 `小马算力` 选项,您也可以直接点击图中的 `接入 OpenAI`,并将 `API Base URL` 修改为 `https://api.tokenpony.cn/v1`。

粘贴上面创建和选择的 `API Key` 和 `模型名称`,点击保存,完成创建。您可以点击下方 `服务提供商可用性` 的 `刷新` 按钮测试配置是否成功。

## 应用对话模型

在 AstrBot WebUI,点击左栏 `配置文件`,找到 AI 配置中的 `默认聊天模型`,选择刚刚创建的 `tokenpony`(小马算力) 提供商,点击保存。
在 AstrBot WebUI,点击左栏 `配置文件`,找到 AI 配置中的 `默认对话模型`,选择刚刚创建的 `tokenpony`(小马算力) 提供商,点击保存。

![配置对话模型_2](https://files.astrbot.app/docs/source/images/tokenpony/image_1.png)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/cad7937c-6f6c-4900-875f-4aee7a73da0a" />
2 changes: 1 addition & 1 deletion docs/zh/use/skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ AstrBot 在 v4.13.0 之后引入了对 Anthropic Skills 的支持,使得用户

进入 AstrBot 管理面板,导航到 `插件` 页面,找到 `Skills`。

![Skills](https://files.astrbot.app/docs/source/images/skills/image.png)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/7fe05519-8eb4-4f7c-a123-df923ce41ae7" />

你可以上传 Skills,上传格式要求如下:

Expand Down
6 changes: 3 additions & 3 deletions docs/zh/use/webui.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

AstrBot 管理面板具有管理插件、查看日志、可视化配置、查看统计信息等功能。

![image](https://files.astrbot.app/docs/source/images/webui/image-4.png)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/707e3848-076e-4485-9c84-dece3387e6cd" />

## 管理面板的访问

Expand Down Expand Up @@ -61,7 +61,7 @@ ChatUI 支持以下常用能力:

在管理面板中,你可以通过可视化配置来配置 AstrBot 的插件。点击左栏 `配置` 即可进入配置页面。

![image](https://files.astrbot.app/docs/source/images/webui/image-3.png)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/7564a68e-cbc5-4131-b747-55b5e22d60c7" />

当修改完配置后,你需要点击右下角 `保存` 按钮才能成功保存配置。

Expand All @@ -77,7 +77,7 @@ ChatUI 支持以下常用能力:

点击插件市场标签栏,你可以浏览由 AstrBot 官方上架的插件。

![image](https://files.astrbot.app/docs/source/images/webui/image-1.png)
<img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/0cb0d4f1-3902-42e2-8c39-ae22ff3f7e74" />

你也可以点击右下角 + 按钮,以 URL / 文件上传的方式手动安装插件。

Expand Down
Loading