10 lines
583 B
XML
10 lines
583 B
XML
{
|
||
"widgettype": "VBox",
|
||
"options": {"width": "100%", "padding": "16px", "spacing": "16px"},
|
||
"subwidgets": [
|
||
{"widgettype": "Text", "options": {"text": "引擎配置", "cfontsize": 22, "fontWeight": "bold", "color": "#333"}},
|
||
{"widgettype": "Text", "options": {"text": "文本知识库使用产线平台 llm 表中的在线模型(阿里 dashscope)。模型留空或停用 = 屏蔽该能力。", "color": "#888", "cfontsize": 13}},
|
||
{"widgettype": "urlwidget", "options": {"url": "{{entire_url('./engine_form.dspy')}}", "css": "filler"}}
|
||
]
|
||
}
|