mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 04:11:03 +00:00
10 lines
290 B
TypeScript
10 lines
290 B
TypeScript
// Generated by scripts/generate-plugin-sdk-facades.mjs. Do not edit manually.
|
|
export {
|
|
applyLitellmConfig,
|
|
applyLitellmProviderConfig,
|
|
buildLitellmModelDefinition,
|
|
LITELLM_BASE_URL,
|
|
LITELLM_DEFAULT_MODEL_ID,
|
|
LITELLM_DEFAULT_MODEL_REF,
|
|
} from "../../extensions/litellm/api.js";
|