mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
feat: replace VSelect with VAutocomplete for LLM provider selection in settings
This commit is contained in:
@@ -1004,7 +1004,7 @@ watch(currentLlmSnapshotKey, (snapshotKey, previousSnapshotKey) => {
|
|||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
<VCol v-if="SystemSettings.Basic.AI_AGENT_ENABLE" cols="12" md="6">
|
<VCol v-if="SystemSettings.Basic.AI_AGENT_ENABLE" cols="12" md="6">
|
||||||
<VSelect
|
<VAutocomplete
|
||||||
v-model="SystemSettings.Basic.LLM_PROVIDER"
|
v-model="SystemSettings.Basic.LLM_PROVIDER"
|
||||||
:label="t('setting.system.llmProvider')"
|
:label="t('setting.system.llmProvider')"
|
||||||
:hint="t('setting.system.llmProviderHint')"
|
:hint="t('setting.system.llmProviderHint')"
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ onMounted(async () => {
|
|||||||
</VCol>
|
</VCol>
|
||||||
|
|
||||||
<VCol cols="12" md="6">
|
<VCol cols="12" md="6">
|
||||||
<VSelect
|
<VAutocomplete
|
||||||
v-model="wizardData.agent.provider"
|
v-model="wizardData.agent.provider"
|
||||||
:label="t('setting.system.llmProvider')"
|
:label="t('setting.system.llmProvider')"
|
||||||
:hint="t('setting.system.llmProviderHint')"
|
:hint="t('setting.system.llmProviderHint')"
|
||||||
|
|||||||
Reference in New Issue
Block a user