update registry
This commit is contained in:
@@ -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 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user