Skip to content

Commit

Permalink
remove base url
Browse files Browse the repository at this point in the history
  • Loading branch information
lharries committed Jun 16, 2024
1 parent b0478bb commit b7856da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sound-effects/python-video-to-sfx/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
load_dotenv()

elevenlabs = ElevenLabs(
api_key=os.getenv("ELEVENLABS_API_KEY"), base_url="http://localhost:8000"
api_key=os.getenv("ELEVENLABS_API_KEY")
)


Expand Down

0 comments on commit b7856da

Please sign in to comment.