ModelScopeAgent / config /builder_config.json
谦言
change language default to en and add serveral english text
0a72604
raw
history blame
668 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"
}