Skip to content

Commit

Permalink
feat: workaround to avoid too many warning logs
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 authored Jul 26, 2024
1 parent d0e7187 commit bcf072c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agents/manifest.json.cn.example
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
"name": "pcm_frame",
"dest": [
{
"extension_group": "llm",
"extension": "qwen_llm"
"extension_group": "default",
"extension": "interrupt_detector"
}
]
}
Expand Down
11 changes: 11 additions & 0 deletions agents/manifest.json.en.example
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,17 @@
}
]
}
],
"pcm_frame": [
{
"name": "pcm_frame",
"dest": [
{
"extension_group": "default",
"extension": "interrupt_detector"
}
]
}
]
},
{
Expand Down
11 changes: 11 additions & 0 deletions agents/manifest.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,17 @@
}
]
}
],
"pcm_frame": [
{
"name": "pcm_frame",
"dest": [
{
"extension_group": "default",
"extension": "interrupt_detector"
}
]
}
]
},
{
Expand Down

0 comments on commit bcf072c

Please sign in to comment.