diff --git a/src/renderer/lib/transformerlab-api-sdk.ts b/src/renderer/lib/transformerlab-api-sdk.ts index e3c76524c7e9fbb06407e33dab3880f5dd91d614..ccac7e0f8b669335aba1cc7f6d3d788c07ee7b67 100644 --- a/src/renderer/lib/transformerlab-api-sdk.ts +++ b/src/renderer/lib/transformerlab-api-sdk.ts @@ -588,8 +588,6 @@ Endpoints.Models = { API_URL() + 'model/details/' + convertSlashInUrl(modelId), GetLocalHFConfig: (modelId: string) => API_URL() + 'model/get_local_hfconfig?model_id=' + modelId, - ImportFromHFCache: (modelId: string) => - API_URL() + 'model/hfcache_import?model_id=' + modelId, GetLocalUninstalled: () => API_URL() + 'model/list_local_uninstalled', ImportLocal: (modelSource: string, modelId: string) => API_URL() + 'model/import_local?model_source=' + modelSource + '&model_id=' + modelId,