openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
7 lines • 461 B
TypeScript
import { i as OpenClawConfig } from "./types.openclaw-DBHlrrVj.js";
//#region extensions/openrouter/onboard.d.ts
declare const OPENROUTER_DEFAULT_MODEL_REF = "openrouter/auto";
declare function applyOpenrouterProviderConfig(cfg: OpenClawConfig): OpenClawConfig;
declare function applyOpenrouterConfig(cfg: OpenClawConfig): OpenClawConfig;
//#endregion
export { applyOpenrouterConfig as n, applyOpenrouterProviderConfig as r, OPENROUTER_DEFAULT_MODEL_REF as t };