refactor: remove stale provider helpers

This commit is contained in:
Peter Steinberger
2026-05-01 11:09:47 +01:00
parent 61db2e06d5
commit bf7ac8d8c4
10 changed files with 0 additions and 41 deletions

View File

@@ -21,10 +21,6 @@ const huggingfacePresetAppliers = createModelCatalogPresetAppliers({
}),
});
export function applyHuggingfaceProviderConfig(cfg: OpenClawConfig): OpenClawConfig {
return huggingfacePresetAppliers.applyProviderConfig(cfg);
}
export function applyHuggingfaceConfig(cfg: OpenClawConfig): OpenClawConfig {
return huggingfacePresetAppliers.applyConfig(cfg);
}