mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-16 11:41:08 +00:00
9 lines
327 B
TypeScript
9 lines
327 B
TypeScript
// Narrow barrel for ElevenLabs config compatibility helpers consumed outside the plugin.
|
|
// Keep this separate from runtime exports so doctor/config code stays lightweight.
|
|
|
|
export {
|
|
ELEVENLABS_TALK_PROVIDER_ID,
|
|
migrateElevenLabsLegacyTalkConfig,
|
|
resolveElevenLabsApiKeyWithProfileFallback,
|
|
} from "./config-compat.js";
|