Use LMNT TTS with PraisonAI TypeScript
export LMNT_API_KEY=...
import { Agent } from 'praisonai'; const agent = new Agent({ name: 'LMNTAgent', instructions: 'Convert text to speech.', llm: 'lmnt/aurora' });