UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

12 lines (11 loc) 347 B
import { o as buildLitellmModelDefinition, t as LITELLM_BASE_URL } from "./onboard-1qeSg7iJ.js"; //#region extensions/litellm/provider-catalog.ts function buildLitellmProvider() { return { baseUrl: LITELLM_BASE_URL, api: "openai-completions", models: [buildLitellmModelDefinition()] }; } //#endregion export { buildLitellmProvider as t };