Skip to content

Commit 980296b

Browse files
committed
docs: wording
1 parent 9190123 commit 980296b

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

  • pages/docs/features/model-integration

pages/docs/features/model-integration/page.tsx

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@ export default function ModelIntegration() {
1010
当前支持符合 OpenAI 接口规范且支持 tool call 的模型,包括公有云服务和私有部署方案。
1111
</p>
1212

13-
<h2 className="text-2xl font-bold mb-3">兼容性说明</h2>
14-
15-
<div className="p-4 bg-blue-50 dark:bg-blue-900/20 rounded-lg mb-6">
16-
<h3 className="text-lg font-semibold mb-2 text-blue-900 dark:text-blue-300">
17-
🔌 OpenAI 接口兼容
18-
</h3>
19-
<p className="text-foreground/80">
20-
支持所有遵循 OpenAI API chat/completions 接口规范的服务,包括但不限于
21-
OpenAI、AWS、阿里云等各大云厂商的模型服务,以及使用 vLLM、Ollama 等框架部署的私有模型。
22-
</p>
23-
<p className="text-foreground/80">模型需要支持 tool call。</p>
24-
</div>
25-
2613
<h2 className="text-2xl font-bold mb-3">推荐模型</h2>
2714

2815
<div className="grid md:grid-cols-3 gap-4 mb-6">
@@ -93,7 +80,7 @@ export default function ModelIntegration() {
9380
</div>
9481
</div>
9582

96-
<h2 className="text-2xl font-bold mb-3">斟酌</h2>
83+
<h2 className="text-2xl font-bold mb-3">提示</h2>
9784

9885
<div className="p-4 bg-red-50 dark:bg-red-900/20 rounded-lg mb-6">
9986
<ul className="text-sm text-foreground/80 space-y-1 list-disc pl-5">

0 commit comments

Comments
 (0)