refactor(autocomplete): remove unused custom_words and embeddings modelTypes

This commit is contained in:
Will Miao
2026-08-06 15:28:58 +08:00
parent 186ef4da78
commit 027b504fe8
5 changed files with 20 additions and 32 deletions
@@ -45,7 +45,7 @@ export interface AutocompleteTextWidgetInterface {
const props = defineProps<{
widget: AutocompleteTextWidgetInterface
node: { id: number }
modelType?: 'loras' | 'embeddings' | 'custom_words' | 'prompt'
modelType?: 'loras' | 'prompt'
placeholder?: string
showPreview?: boolean
spellcheck?: boolean