openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
6 lines • 324 B
TypeScript
import { i as OpenClawConfig } from "../../types.openclaw-DBHlrrVj.js";
//#region extensions/vydra/onboard.d.ts
declare const VYDRA_DEFAULT_IMAGE_MODEL_REF = "vydra/grok-imagine";
declare function applyVydraConfig(cfg: OpenClawConfig): OpenClawConfig;
//#endregion
export { VYDRA_DEFAULT_IMAGE_MODEL_REF, applyVydraConfig };