update registry

This commit is contained in:
2026-03-04 17:48:36 +08:00
parent 9e3fecd4bd
commit f58d80ac1b

View File

@@ -1,32 +1,24 @@
{ {
"routes": { "pipelines": {
"default": {
"enabled": true,
"config_file": null,
"prompt_pipeline_id": "xiaozhan"
},
"xiaozhan": { "xiaozhan": {
"enabled": true, "enabled": true,
"config_file": "configs/pipelines/xiaozhan.yaml", "config_file": "configs/pipelines/xiaozhan.yaml"
"prompt_pipeline_id": "xiaozhan"
}, },
"blueberry": { "blueberry": {
"enabled": true, "enabled": true,
"config_file": "configs/pipelines/blueberry.yaml", "config_file": "configs/pipelines/blueberry.yaml"
"prompt_pipeline_id": "blueberry",
"overrides": {
"llm_name": "qwen-plus"
}
} }
}, },
"api_keys": { "api_keys": {
"sk-6c7091e6a95f404efb2ec30e8f51b897626d670375cdf822d78262f24ab12367": {
"example-key-1": { "example-key-1": {
"default_route_id": "default", "default_route_id": "default",
"allowed_route_ids": [ "allowed_route_ids": [
"default", "xiaozhan",
"xiaozhan" "blueberry"
] ]
} }
} }
}
} }