mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 14:02:08 +08:00
hotfix ts
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user