mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 04:00:21 +00:00
refactor: generate plugin sdk facades
This commit is contained in:
11
src/plugin-sdk/huggingface.ts
Normal file
11
src/plugin-sdk/huggingface.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// Generated by scripts/generate-plugin-sdk-facades.mjs. Do not edit manually.
|
||||
export {
|
||||
buildHuggingfaceModelDefinition,
|
||||
buildHuggingfaceProvider,
|
||||
discoverHuggingfaceModels,
|
||||
HUGGINGFACE_BASE_URL,
|
||||
HUGGINGFACE_DEFAULT_MODEL_REF,
|
||||
HUGGINGFACE_MODEL_CATALOG,
|
||||
HUGGINGFACE_POLICY_SUFFIXES,
|
||||
isHuggingfacePolicyLocked,
|
||||
} from "../../extensions/huggingface/api.js";
|
||||
Reference in New Issue
Block a user