From f58d80ac1b3433183dae4c7334ae79332b40f409 Mon Sep 17 00:00:00 2001 From: goulustis Date: Wed, 4 Mar 2026 17:48:36 +0800 Subject: [PATCH] update registry --- configs/pipeline_registry.json | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/configs/pipeline_registry.json b/configs/pipeline_registry.json index 5abfa31..51d46e7 100644 --- a/configs/pipeline_registry.json +++ b/configs/pipeline_registry.json @@ -1,31 +1,23 @@ { - "routes": { - "default": { - "enabled": true, - "config_file": null, - "prompt_pipeline_id": "xiaozhan" - }, + "pipelines": { "xiaozhan": { "enabled": true, - "config_file": "configs/pipelines/xiaozhan.yaml", - "prompt_pipeline_id": "xiaozhan" + "config_file": "configs/pipelines/xiaozhan.yaml" }, "blueberry": { "enabled": true, - "config_file": "configs/pipelines/blueberry.yaml", - "prompt_pipeline_id": "blueberry", - "overrides": { - "llm_name": "qwen-plus" - } + "config_file": "configs/pipelines/blueberry.yaml" } }, "api_keys": { - "example-key-1": { - "default_route_id": "default", - "allowed_route_ids": [ - "default", - "xiaozhan" - ] + "sk-6c7091e6a95f404efb2ec30e8f51b897626d670375cdf822d78262f24ab12367": { + "example-key-1": { + "default_route_id": "default", + "allowed_route_ids": [ + "xiaozhan", + "blueberry" + ] + } } } }