from app.core.openai_voice_client import generate_voice async def generate_voice(text: str) -> str: voice = await generate_voice(text) return voice