mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-05 18:15:28 +08:00
【v3.8.3】airag优化体验升级
This commit is contained in:
@ -183,7 +183,7 @@
|
||||
v-model:value="formState.modelId"
|
||||
:disabled="isRelease"
|
||||
placeholder="请选择AI模型"
|
||||
dict-code="airag_model where model_type = 'LLM',name,id"
|
||||
dict-code="airag_model where model_type = 'LLM' and activate_flag = 1,name,id"
|
||||
style="width: 100%;"
|
||||
></JDictSelectTag>
|
||||
</a-form-item>
|
||||
|
||||
Reference in New Issue
Block a user