offrouter-huggingface
v0.34.0
Published
Hugging Face provider package for OffRouter.
Readme
offrouter-huggingface
Hugging Face provider package for OffRouter.
Install
npm install offrouter-huggingfaceUsage
import { createHuggingFaceAdapter } from "offrouter-huggingface";
const adapter = createHuggingFaceAdapter({
apiKey: process.env.HUGGINGFACE_API_KEY,
});Provider activation names: HUGGINGFACE_API_KEY, HF_TOKEN.
The package delegates transport and policy behavior to offrouter-core.
