fix empty models

This commit is contained in:
Sakurasan
2025-04-22 02:52:56 +08:00
parent 8d34f8d6fe
commit 9c604460b1
5 changed files with 7 additions and 6 deletions

View File

@@ -207,7 +207,7 @@ const newApiKey = ref({
model_prefix: '',
model_alias: '',
parameters: '{}',
support_models: '',
support_models: '[]',
support_models_array: [],
})
@@ -224,7 +224,7 @@ const resetNewApiKey = () => {
model_prefix: '',
model_alias: '',
parameters: '{}',
support_models: '',
support_models: '[]',
support_models_array: [],
}
}