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