Spaces:
Sleeping
Sleeping
File size: 536 Bytes
6a422c8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
{
"name": "",
"avatar": "custom_bot_avatar.png",
"description": "",
"instruction": "",
"prompt_recommend": [
"你可以做什么?",
"你有什么功能?",
"如何使用你的功能?",
"能否给我一些示例指令?"
],
"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"
}
|