mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-27 20:42:52 +00:00
refactor: update model type in getSelectModel function from 'LLM' to 'STT'
This commit is contained in:
parent
1c4fae42be
commit
e939b47604
|
|
@ -154,7 +154,7 @@ const form_data = computed({
|
|||
})
|
||||
|
||||
function getSelectModel() {
|
||||
model.asyncGetSelectModel({ model_type: 'LLM' }).then((res: any) => {
|
||||
model.asyncGetSelectModel({ model_type: 'STT' }).then((res: any) => {
|
||||
modelOptions.value = groupBy(res?.data, 'provider')
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue