44 lines
740 B
XML
44 lines
740 B
XML
{
|
|
"widgettype":"LlmIO",
|
|
"options":{
|
|
"input_fields":[
|
|
{
|
|
"name":"prompt",
|
|
"label":"提示词",
|
|
"required":true,
|
|
"uitype":"str"
|
|
}
|
|
],
|
|
"input_view":{
|
|
"widgettype":"MdWidget",
|
|
"options":{
|
|
"mdtext":"${prompt}"
|
|
}
|
|
},
|
|
"models":[
|
|
{
|
|
"output_view":{
|
|
"widgettype":"VBox",
|
|
"options":{},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"Image",
|
|
"options":{
|
|
"width":"100%",
|
|
"url":"${resp_img_url}"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"use_session":false,
|
|
"input_from":"userinput",
|
|
"response_mode":"sync",
|
|
"icon":"{{entire_url('/imgs/zhipu.png')}}",
|
|
"url":"{{entire_url('llm/zhipuai.llms')}}",
|
|
"mapi":"txt2image",
|
|
"model":"cogview-3"
|
|
}
|
|
]
|
|
}
|
|
}
|