This commit is contained in:
yumoqing 2025-08-21 14:34:38 +08:00
parent 0e0dfbe179
commit bae651bbac

View File

@ -5,14 +5,15 @@
"options":{ "options":{
"width":"100%", "width":"100%",
"height":"100%", "height":"100%",
"title":"{{llm.name}}",
"list_models_url":"{{entire_url('list_mti_models.dspy')}}", "list_models_url":"{{entire_url('list_mti_models.dspy')}}",
"estimate_url":"/estimate/model_estimate.dspy", "estimate_url":"/estimate/model_estimate.dspy",
"input_fields":{{llm.input_fields}}, "input_fields":{{llm.input_fields}},
"input_view":{{llm.input_view}}, "input_view":{{llm.input_view}},
"models":[ "models":[
{ {
"llmidid":"{{llm.id}}", "llmid":"{{llm.id}}",
"modeltypeid":"{{llm.catelogid}}", "llmcatelogid":"{{llm.llmcatelogid}}",
"output_view":{{llm.output_view}}, "output_view":{{llm.output_view}},
"input_from":"userinput", "input_from":"userinput",
"system_message_format":{{llm.system_message or default_sysmessage()}}, "system_message_format":{{llm.system_message or default_sysmessage()}},