UNPKG

@just-every/ensemble

Version:

LLM provider abstraction layer with unified streaming interface

4 lines 290 B
import type { AgentDefinition, VoiceGenerationOpts } from "../types/types.cjs"; export type { VoiceGenerationOpts }; export declare function ensembleVoice(text: string, agent: AgentDefinition, options?: VoiceGenerationOpts): AsyncGenerator<any>; //# sourceMappingURL=ensemble_voice.d.ts.map