use yaml instead of yml

This commit is contained in:
2026-03-05 15:51:59 +08:00
parent 26fba706f2
commit 2781172724
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"pipelines": {
"xiaozhan": {
"enabled": true,
"config_file": "configs/pipelines/xiaozhan.yml",
"config_file": "configs/pipelines/xiaozhan.yaml",
"graph_id": "routing",
"overrides": {
"llm_name": "qwen-plus"
@@ -10,7 +10,7 @@
},
"blueberry": {
"enabled": true,
"config_file": "configs/pipelines/blueberry.yml",
"config_file": "configs/pipelines/blueberry.yaml",
"graph_id": "react",
"overrides": {
"llm_name": "qwen-plus"