diff --git a/wwwroot/llm_dialog.ui b/wwwroot/llm_dialog.ui index b9f582a..9aaf178 100644 --- a/wwwroot/llm_dialog.ui +++ b/wwwroot/llm_dialog.ui @@ -7,7 +7,7 @@ "width":"100%", "height":"100%", "title":"{{llm.name}}", - "list_models_url":"{{entire_url('list_catelog_models.dspy')}}", + "list_models_url":"{{entire_url('list_paging_catelog_llms.dspy')}}", "estimate_url":"{{entire_url('model_estimate.dspy')}}", "input_fields":{{llm.input_fields}}, "input_view":{{llm.input_view}},