UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

12 lines (11 loc) 407 B
import { i as discoverHuggingfaceModels, t as HUGGINGFACE_BASE_URL } from "./models-D94qnpHL.js"; //#region extensions/huggingface/provider-catalog.ts async function buildHuggingfaceProvider(discoveryApiKey = "") { return { baseUrl: HUGGINGFACE_BASE_URL, api: "openai-completions", models: await discoverHuggingfaceModels(discoveryApiKey) }; } //#endregion export { buildHuggingfaceProvider as t };