openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
16 lines (15 loc) • 456 B
JavaScript
import { a as buildMoonshotProvider } from "../../provider-catalog-C_q7hjV_.js";
//#region extensions/moonshot/provider-discovery.ts
const moonshotProviderDiscovery = {
id: "moonshot",
label: "Moonshot",
docsPath: "/providers/moonshot",
aliases: ["moonshotai", "moonshot-ai"],
auth: [],
staticCatalog: {
order: "simple",
run: async () => ({ provider: buildMoonshotProvider() })
}
};
//#endregion
export { moonshotProviderDiscovery as default };