Skip to content

Commit

Permalink
revert elevenlabs example changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindla committed Dec 24, 2024
1 parent a5e9850 commit 1368d3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/foundational/07d-interruptible-elevenlabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ async def main():
tts = ElevenLabsTTSService(
api_key=os.getenv("ELEVENLABS_API_KEY", ""),
voice_id=os.getenv("ELEVENLABS_VOICE_ID", ""),
model="eleven_flash_v2_5",
)

llm = OpenAILLMService(api_key=os.getenv("OPENAI_API_KEY"), model="gpt-4o")
Expand Down Expand Up @@ -80,7 +79,7 @@ async def main():
allow_interruptions=True,
enable_metrics=True,
enable_usage_metrics=True,
# report_only_initial_ttfb=True,
report_only_initial_ttfb=True,
),
)

Expand Down

0 comments on commit 1368d3d

Please sign in to comment.