Fix/model selector (#1032)
This commit is contained in:
@@ -122,6 +122,7 @@ const ModelPage = () => {
|
||||
const handleUpdateProvidersAndModelList = () => {
|
||||
updateModelList(ModelType.textGeneration)
|
||||
updateModelList(ModelType.embeddings)
|
||||
updateModelList(ModelType.speech2text)
|
||||
mutateProviders()
|
||||
}
|
||||
const handleSave = async (originValue?: FormValue) => {
|
||||
|
||||
Reference in New Issue
Block a user