mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
Merge pull request #2628 from QwenLM/feat/channels-telegram
feat(channels): add extensible Channels platform with plugin system and Telegram/WeChat/DingTalk channels
This commit is contained in:
commit
b2f04418fa
97 changed files with 9624 additions and 19 deletions
|
|
@ -8,6 +8,11 @@
|
|||
"type": "object",
|
||||
"additionalProperties": true
|
||||
},
|
||||
"channels": {
|
||||
"description": "Configuration for messaging channels.",
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
},
|
||||
"modelProviders": {
|
||||
"description": "Model providers configuration grouped by authType. Each authType contains an array of model configurations.",
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue