update registry

This commit is contained in:
2026-03-05 15:05:10 +08:00
parent ab3285a4cf
commit c1b782c6b4

View File

@@ -2,11 +2,19 @@
"pipelines": { "pipelines": {
"xiaozhan": { "xiaozhan": {
"enabled": true, "enabled": true,
"config_file": "configs/pipelines/xiaozhan.yaml" "config_file": "configs/pipelines/xiaozhan.yml",
"graph_id": "routing",
"overrides": {
"llm_name": "qwen-plus"
}
}, },
"blueberry": { "blueberry": {
"enabled": true, "enabled": true,
"config_file": "configs/pipelines/blueberry.yaml" "config_file": "configs/pipelines/blueberry.yml",
"graph_id": "react",
"overrides": {
"llm_name": "qwen-plus"
}
} }
}, },
"api_keys": { "api_keys": {
@@ -21,4 +29,3 @@
} }
} }
} }