UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

15 lines (14 loc) 426 B
import { t as buildTokenHubProvider } from "../../provider-catalog-DCwhUZne.js"; //#region extensions/tencent/provider-discovery.ts const tencentProviderDiscovery = { id: "tencent-tokenhub", label: "Tencent TokenHub", docsPath: "/providers/models", auth: [], staticCatalog: { order: "simple", run: async () => ({ provider: buildTokenHubProvider() }) } }; //#endregion export { tencentProviderDiscovery as default };