10 lines
583 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"}}
]
}