From 160bb8900fc3ad11ce55581e72ff5fdae9691767 Mon Sep 17 00:00:00 2001 From: liwenrui Date: Thu, 13 Jul 2023 14:43:24 +0800 Subject: [PATCH] * lift disabled on model selection. --- module/ai/view/promptassignrole.html.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module/ai/view/promptassignrole.html.php b/module/ai/view/promptassignrole.html.php index 97f9043a8f..25fdc06d96 100644 --- a/module/ai/view/promptassignrole.html.php +++ b/module/ai/view/promptassignrole.html.php @@ -27,8 +27,7 @@
ai->prompts->model;?>
- ai->models->typeList, current(array_keys($lang->ai->models->typeList)), "class='form-control chosen' required disabled");?> - ai->models->typeList))); // TODO: use actual model list and value. ?> + ai->models->typeList, current(array_keys($lang->ai->models->typeList)), "class='form-control chosen' required");?>