From 980296b709d1e8a2260247546ae52d2abd6e48d6 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Tue, 21 Oct 2025 22:14:50 +0800 Subject: [PATCH] docs: wording --- pages/docs/features/model-integration/page.tsx | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/pages/docs/features/model-integration/page.tsx b/pages/docs/features/model-integration/page.tsx index 2504c85..9e967ee 100644 --- a/pages/docs/features/model-integration/page.tsx +++ b/pages/docs/features/model-integration/page.tsx @@ -10,19 +10,6 @@ export default function ModelIntegration() { 当前支持符合 OpenAI 接口规范且支持 tool call 的模型,包括公有云服务和私有部署方案。
-- 支持所有遵循 OpenAI API chat/completions 接口规范的服务,包括但不限于 - OpenAI、AWS、阿里云等各大云厂商的模型服务,以及使用 vLLM、Ollama 等框架部署的私有模型。 -
-模型需要支持 tool call。
-