Spaces:
Runtime error
Runtime error
File size: 682 Bytes
98e07ff 0a72604 98e07ff 90dcfe5 98e07ff |
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 28 |
{
"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"
}
|