mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-22 11:58:08 +00:00
10 lines
250 B
TypeScript
10 lines
250 B
TypeScript
// Litellm API module exposes the plugin public contract.
|
|
export {
|
|
applyLitellmConfig,
|
|
applyLitellmProviderConfig,
|
|
buildLitellmModelDefinition,
|
|
LITELLM_BASE_URL,
|
|
LITELLM_DEFAULT_MODEL_ID,
|
|
LITELLM_DEFAULT_MODEL_REF,
|
|
} from "./onboard.js";
|