Skip to content

Commit

Permalink
examples: no need to define tts twice
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed May 24, 2024
1 parent c45d428 commit afea6f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions examples/foundational/12b-describe-video-gpt-4o.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ async def main(room_url: str, token):
)
)

tts = ElevenLabsTTSService(
aiohttp_session=session,
api_key=os.getenv("ELEVENLABS_API_KEY"),
voice_id=os.getenv("ELEVENLABS_VOICE_ID"),
)

user_response = UserResponseAggregator()

image_requester = UserImageRequester()
Expand Down
6 changes: 0 additions & 6 deletions examples/foundational/12c-describe-video-anthropic.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ async def main(room_url: str, token):
)
)

tts = ElevenLabsTTSService(
aiohttp_session=session,
api_key=os.getenv("ELEVENLABS_API_KEY"),
voice_id=os.getenv("ELEVENLABS_VOICE_ID"),
)

user_response = UserResponseAggregator()

image_requester = UserImageRequester()
Expand Down

0 comments on commit afea6f3

Please sign in to comment.