Skip to content

Commit cc6e90f

Browse files
committed
update
1 parent 13fda1f commit cc6e90f

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

.vitepress/config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default defineConfig({
127127
{
128128
text: "配置模型服务商",
129129
base: "/config/providers",
130-
collapsed: true,
130+
collapsed: false,
131131
items: [
132132
{ text: "🚀 ModelStack", link: "/modelstack" },
133133
{ text: "NewAPI", link: "/newapi" },
@@ -348,7 +348,7 @@ export default defineConfig({
348348
{
349349
text: "Integrating LLM Services",
350350
base: "/en/config/providers",
351-
collapsed: true,
351+
collapsed: false,
352352
items: [
353353
{ text: "🚀 ModelStack", link: "/modelstack" },
354354
{ text: "NewAPI", link: "/newapi" },

en/config/providers/modelstack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
AstrBot supports connecting to ModelStack as a model provider, allowing users to access and use various AI model services through ModelStack.
66

7-
![ModelStack](/source/images/modelstack/image.png)
7+
![ModelStack](/source/images/modelstack/image1.webp)
88

99
## Configuration Steps
1010

source/images/modelstack/image.png

-314 KB
Binary file not shown.
40.4 KB
Loading

zh/config/providers/modelstack.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# 接入到 ModelStack
22

3-
[ModelStack](https://modelstack.app/) 是一个模型服务平台,提供了丰富的模型资源和API接口,支持多种模型格式和推理方式。**AstrBot 将会与 ModelStack 进行长期、深度的合作**,提供更好的模型服务体验。
3+
[ModelStack](https://modelstack.app/) 是一个模型服务平台,提供了丰富的模型资源和大模型 API 接口,支持多种模型格式和推理方式。AstrBot 将会与 ModelStack 进行长期、深度的合作,提供更好的模型服务体验。
44

55
AstrBot 支持接入 ModelStack 作为模型提供商,用户可以通过 ModelStack 来访问和使用各种 AI 模型服务。
66

7-
![ModelStack](/source/images/modelstack/image.png)
7+
> [!NOTE]
8+
> **ModelStack 限时活动**
9+
> 1. 新用户赠送 250 万 token 等值使用额度;
10+
> 2. 通过邀请链接邀请用户,可额外获得 100 万 token 等值使用额度奖励!
11+
12+
![ModelStack](/source/images/modelstack/image1.webp)
813

914
## 配置步骤
1015

@@ -15,7 +20,7 @@ AstrBot 支持接入 ModelStack 作为模型提供商,用户可以通过 Model
1520
创建成功后,点击复制密钥按钮,复制生成的 API Key 密钥。
1621

1722
> [!TIP]
18-
> 为了能够正常使用,你可能需要先支付 🤔。如果有任何支付问题,请立即联系 [i@modelstack.app](mailto:i@modelstack.app) 🚀。
23+
> 如果有任何支付问题,请立即联系 [i@modelstack.app](mailto:i@modelstack.app) 🚀。
1924
2025
### 选择模型
2126

0 commit comments

Comments
 (0)