UNPKG

@aituber-onair/core

Version:

Core library for AITuber OnAir providing voice synthesis and chat processing

11 lines 264 B
/** * Constants for AITuber OnAir Core */ export * from './voiceEngine'; export * from './youtube'; export * from './openai'; export * from './gemini'; export * from './claude'; export * from './chat'; export * from './prompts'; //# sourceMappingURL=index.js.map