From 47eb290d3f4ad23d9ffaf66310d4cab5aa1210d2 Mon Sep 17 00:00:00 2001 From: Yige Date: Mon, 23 Feb 2026 15:12:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E4=B8=80=20Provider=20?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E9=A3=8E=E6=A0=BC=EF=BC=88=E6=96=87=E5=BF=83?= =?UTF-8?q?=20ERNIE=E3=80=81=E8=AE=AF=E9=A3=9E=E6=98=9F=E7=81=AB=E3=80=81x?= =?UTF-8?q?AI=E3=80=81Perplexity=20AI=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compute/providers/baidu.json | 4 ++-- compute/providers/perplexity.json | 2 +- compute/providers/xai.json | 2 +- compute/providers/xunfei.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/compute/providers/baidu.json b/compute/providers/baidu.json index 52846d7..12634bb 100644 --- a/compute/providers/baidu.json +++ b/compute/providers/baidu.json @@ -14,7 +14,7 @@ "models": [ { "modelName": "ernie-5.0-thinking-latest", - "displayName": "ERNIE 5.0", + "displayName": "文心 ERNIE 5.0", "serviceType": ["chat", "reasoning"], "description": "百度最新旗舰模型,支持深度推理、多模态和工具调用", "contextWindow": 131072, @@ -32,7 +32,7 @@ }, { "modelName": "ernie-4.5-turbo-128k-latest", - "displayName": "ERNIE 4.5 Turbo 128K", + "displayName": "文心 ERNIE 4.5 Turbo", "serviceType": ["chat"], "description": "百度高性价比长上下文模型,128K 窗口,适合日常对话和文档处理", "contextWindow": 131072, diff --git a/compute/providers/perplexity.json b/compute/providers/perplexity.json index bcd5e17..13d88bd 100644 --- a/compute/providers/perplexity.json +++ b/compute/providers/perplexity.json @@ -1,7 +1,7 @@ { "id": "provider-perplexity-001", "provider": "perplexity", - "label": "Perplexity", + "label": "Perplexity AI", "baseUrl": "https://api.perplexity.ai", "apiFormat": "openai-completions", "apiKeyRef": "perplexity", diff --git a/compute/providers/xai.json b/compute/providers/xai.json index 0ba91a0..5d01a77 100644 --- a/compute/providers/xai.json +++ b/compute/providers/xai.json @@ -1,7 +1,7 @@ { "id": "provider-xai-001", "provider": "xai", - "label": "xAI Grok", + "label": "xAI", "baseUrl": "https://api.x.ai/v1", "apiFormat": "openai-completions", "apiKeyRef": "xai", diff --git a/compute/providers/xunfei.json b/compute/providers/xunfei.json index 210d8ea..d3838c6 100644 --- a/compute/providers/xunfei.json +++ b/compute/providers/xunfei.json @@ -1,7 +1,7 @@ { "id": "provider-xunfei-001", "provider": "xunfei", - "label": "科大讯飞", + "label": "讯飞星火", "baseUrl": "https://spark-api-open.xf-yun.com/v1", "apiFormat": "openai-completions", "apiKeyRef": "xunfei",