mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:20:43 +00:00
refactor: remove stale provider helpers
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user