ModelScopeAgent / config /builder_config.json
wenmengzhou's picture
Update config/builder_config.json (#1)
90dcfe5 verified
raw
history blame contribute delete
682 Bytes
{
"name": "",
"avatar": "custom_bot_avatar.png",
"description": "",
"instruction": "",
"language": "en",
"prompt_recommend": [
"你可以做什么?", "What can you do?",
"你有什么功能?", "What are your features?",
"如何使用你的功能?", "How to use your features?",
"能否给我一些示例指令?", "Can you give me some examples of instructions?"
],
"knowledge": [],
"tools": {
"image_gen": {
"name": "Wanx Image Generation",
"is_active": true,
"use": true
},
"code_interpreter": {
"name": "Code Interpreter",
"is_active": true,
"use": false
}
},
"model": "qwen-max"
}