hotfix ts

This commit is contained in:
lloydzhou
2024-07-04 08:36:25 +00:00
parent a68341eae6
commit 97aa72ec5b
3 changed files with 9 additions and 9 deletions

View File

@@ -119,9 +119,9 @@ export function collectModelsWithDefaultModel(
}
export function isModelAvailableInServer(
customModels,
modelName,
providerName,
customModels: string,
modelName: string,
providerName: string,
) {
const fullName = `${modelName}@${providerName}`;
const modelTable = collectModelTable(DEFAULT_MODELS, customModels);