From 55ac0dbb402f8c65d7e8602f2b6ffc709e2df0d8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 5 Sep 2026 10:55:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(platform=5Fability):=20=E6=8F=90=E5=8F=96?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=8D=E8=83=BD=E5=8A=9B=E6=9E=9A=E4=B8=BE?= =?UTF-8?q?=E8=A1=A5i2v=E5=9B=BE=E7=94=9F=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline_platform/platform_ability.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline_platform/platform_ability.py b/pipeline_platform/platform_ability.py index 30272d6..fad90a7 100644 --- a/pipeline_platform/platform_ability.py +++ b/pipeline_platform/platform_ability.py @@ -224,7 +224,7 @@ _EXTRACT_PROMPT = """你是大模型 API 配置专家。通读下面这份模型 "request_fields": ["请求体字段名列表"], "response_format": "响应格式说明(content 字段路径 + usage 字段路径)", "async_steps": [{"purpose": "query|download", "path": "该步骤接口路径", "method": "GET|POST", "request_fields": ["请求字段名列表"], "response_format": "该步骤响应格式说明"}], - "models": [{"vendor_model_id": "供应商侧模型ID", "capability": "t2t|t2i|i2t|t2v|embedding|rerank|tts|asr", + "models": [{"vendor_model_id": "供应商侧模型ID", "capability": "t2t|t2i|i2t|t2v|i2v|embedding|rerank|tts|asr", "sync_mode": "sync|async(提交后需轮询查询结果的填 async)", "description": "一句话说明"}], "doc_notes": "文档中影响配置的关键注意点"