docs(i18n): expand multi-model feature description with preset providers
Some checks are pending
Deploy Pages / build (push) Waiting to run
Deploy Pages / deploy (push) Blocked by required conditions

Add preset provider list (Anthropic, OpenAI, DashScope, DeepSeek, Z.AI)
and custom endpoint support details to the multi-model protocol feature
description in both en.ts and zh.ts.
This commit is contained in:
kite 2026-06-17 21:13:41 +08:00
parent 79aa88dcee
commit d5bd701b65
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ export const en: TranslationKeys = {
'features.feat2Title': 'Precise Comment Positioning & Reflection',
'features.feat2Desc': 'An independent line-level comment positioning module with a 3-tier progressive LLM strategy pinpoints each comment to exact line numbers. A separate reflection module intercepts hallucinations and knowledge drift early.',
'features.feat3Title': 'Multi-Model Protocol Support',
'features.feat3Desc': 'Supports both Anthropic Messages API and OpenAI Chat Completions API. Connect custom model endpoints.',
'features.feat3Desc': 'Supports both Anthropic Messages API and OpenAI Chat Completions API. Ships with preset providers including Anthropic, OpenAI, DashScope, DeepSeek, and Z.AI for out-of-the-box use, while also supporting custom model endpoints for private deployments.',
'features.feat4Title': 'Dynamic Concurrent Processing',
'features.feat4Desc': 'Dynamically splits sub-tasks for parallel review with configurable goroutine workers (default 8). Even large changesets complete quickly.',
'features.feat5Title': 'Smart Memory Compression',

View file

@ -53,7 +53,7 @@ export const zh: TranslationKeys = {
'features.feat2Title': '精确的评论定位与反思',
'features.feat2Desc': '独立的行级评论定位模块,基于三级递进策略的 LLM 评论精确定位机制,将每条评审意见都精确到具体行号,结构化输出让修复更高效;独立的评论反思模块,提前拦截模型发生的知识遗忘或逻辑幻觉等。',
'features.feat3Title': '多模型协议支持',
'features.feat3Desc': '同时支持 Anthropic Messages API 和 OpenAI Chat Completions API。可接入自定义模型端点。',
'features.feat3Desc': '同时支持 Anthropic Messages API 和 OpenAI Chat Completions API。内置 Anthropic、OpenAI、DashScope、DeepSeek、Z.AI 等预设供应商,开箱即用;同时支持接入任意自定义模型端点,灵活适配私有化部署场景。',
'features.feat4Title': '动态并发处理',
'features.feat4Desc': '动态拆分子任务并行评审,可配置 goroutine worker 数量(默认 8 个)。大变更集也能快速完成。',
'features.feat5Title': '智能记忆压缩',