openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
12 lines (11 loc) • 347 B
JavaScript
import { o as buildLitellmModelDefinition, t as LITELLM_BASE_URL } from "./onboard-ui0trnZp.js";
//#region extensions/litellm/provider-catalog.ts
function buildLitellmProvider() {
return {
baseUrl: LITELLM_BASE_URL,
api: "openai-completions",
models: [buildLitellmModelDefinition()]
};
}
//#endregion
export { buildLitellmProvider as t };