UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines 473 B
import { i as OpenClawConfig } from "./types.openclaw-DBHlrrVj.js"; //#region extensions/cerebras/onboard.d.ts /** Default Cerebras model reference used after onboarding. */ declare const CEREBRAS_DEFAULT_MODEL_REF = "cerebras/zai-glm-4.7"; /** Applies Cerebras provider/catalog config and default model aliases. */ declare function applyCerebrasConfig(cfg: OpenClawConfig): OpenClawConfig; //#endregion export { applyCerebrasConfig as n, CEREBRAS_DEFAULT_MODEL_REF as t };