openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
12 lines (11 loc) • 418 B
JavaScript
import { n as buildManifestModelProviderConfig } from "./provider-catalog-shared-DZr41kLr.js";
import { t as modelCatalog } from "./openclaw.plugin-DCwRmEwB.js";
//#region extensions/together/provider-catalog.ts
function buildTogetherProvider() {
return buildManifestModelProviderConfig({
providerId: "together",
catalog: modelCatalog.providers.together
});
}
//#endregion
export { buildTogetherProvider as t };