Refactor for aiohttp, correct use of settings
This commit is contained in:
@@ -48,6 +48,7 @@ async def main():
|
||||
tts = ElevenLabsHttpTTSService(
|
||||
api_key=os.getenv("ELEVENLABS_API_KEY", ""),
|
||||
voice_id=os.getenv("ELEVENLABS_VOICE_ID", ""),
|
||||
# params=ElevenLabsHttpTTSService.InputParams(language="en"),
|
||||
)
|
||||
|
||||
llm = OpenAILLMService(api_key=os.getenv("OPENAI_API_KEY"), model="gpt-4o")
|
||||
|
||||
Reference in New Issue
Block a user