openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
24 lines (23 loc) • 655 B
JavaScript
import { n as buildDoubaoProvider, t as buildDoubaoCodingProvider } from "../../provider-catalog-Cfg7HXK7.js";
//#region extensions/volcengine/provider-discovery.ts
const volcengineProviderDiscovery = [{
id: "volcengine",
label: "Volcengine",
docsPath: "/providers/models",
auth: [],
staticCatalog: {
order: "simple",
run: async () => ({ provider: buildDoubaoProvider() })
}
}, {
id: "volcengine-plan",
label: "Volcengine Plan",
docsPath: "/providers/models",
auth: [],
staticCatalog: {
order: "simple",
run: async () => ({ provider: buildDoubaoCodingProvider() })
}
}];
//#endregion
export { volcengineProviderDiscovery as default };