services(lmnt): fix example and update README and CHANGELOG

This commit is contained in:
Aleix Conchillo Flaqué
2024-08-29 11:11:24 -07:00
parent be923687fb
commit c0ac5c6ae8
5 changed files with 10 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ async def main():
tts = LmntTTSService(
api_key=os.getenv("LMNT_API_KEY"),
voice="morgan"
voice_id="morgan"
)
llm = OpenAILLMService(