diff --git a/pages/docs/features/model-integration/page.tsx b/pages/docs/features/model-integration/page.tsx index 724bbc5..49497e1 100644 --- a/pages/docs/features/model-integration/page.tsx +++ b/pages/docs/features/model-integration/page.tsx @@ -56,12 +56,12 @@ export default function ModelIntegration() {

- 🛡️ qwen-plus (qwen3) + 🛡️ qwen3

合规,低成本

@@ -118,7 +112,7 @@ export default function ModelIntegration() { 有概率出错,需要频繁重试
  • 小模型、nano 模型,效果不佳
  • -
  • Gemini 官方提供的 OpenAI 接口 tool call 部分不兼容
  • +
  • TODO: Gemini 官方提供的 OpenAI 接口 tool call 部分不兼容
  • @@ -130,33 +124,16 @@ export default function ModelIntegration() { const pageAgent = new PageAgent({ baseURL: 'https://dashscope.aliyuncs.com/compatible-mode/v1', apiKey: 'your-api-key', - modelName: 'qwen-plus' + model: 'qwen-plus' }); // 私有部署模型 const pageAgent = new PageAgent({ baseURL: 'http://localhost:11434/v1', - apiKey: 'ollama', // Ollama 通常使用任意值 - modelName: 'qwen3:latest' + apiKey: 'N/A', // Ollama 通常使用任意值 + model: 'qwen3:latest' });`} /> - -
    -

    - 💡 配置说明 -

    - -
    ) }