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。
-