UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

15 lines (14 loc) 454 B
import { n as buildStaticOpencodeGoProviderConfig } from "../../provider-catalog-BFfam1xM.js"; //#region extensions/opencode-go/provider-discovery.ts const opencodeGoProviderDiscovery = { id: "opencode-go", label: "OpenCode Go", docsPath: "/providers/models", auth: [], staticCatalog: { order: "simple", run: async () => ({ provider: buildStaticOpencodeGoProviderConfig() }) } }; //#endregion export { opencodeGoProviderDiscovery as default };