UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

15 lines (14 loc) 415 B
import { t as buildDeepSeekProvider } from "../../provider-catalog-CR-M_lC6.js"; //#region extensions/deepseek/provider-discovery.ts const deepSeekProviderDiscovery = { id: "deepseek", label: "DeepSeek", docsPath: "/providers/deepseek", auth: [], staticCatalog: { order: "simple", run: async () => ({ provider: buildDeepSeekProvider() }) } }; //#endregion export { deepSeekProviderDiscovery as default };