Files
lang-agent/configs/pipeline_registry.json
2026-03-04 09:57:07 +08:00

33 lines
648 B
JSON

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