feat: replace VSelect with VAutocomplete for LLM provider selection in settings

This commit is contained in:
jxxghp
2026-05-04 20:04:14 +08:00
parent aa49c6ccbc
commit 162cce1f50
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ onMounted(async () => {
</VCol>
<VCol cols="12" md="6">
<VSelect
<VAutocomplete
v-model="wizardData.agent.provider"
:label="t('setting.system.llmProvider')"
:hint="t('setting.system.llmProviderHint')"