mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08: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";
|