Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(beta): Release v1.0.0b0 of the Python SDK #196

Merged
merged 21 commits into from
Mar 12, 2024
Merged

(beta): Release v1.0.0b0 of the Python SDK #196

merged 21 commits into from
Mar 12, 2024

Conversation

dsinghvi
Copy link
Collaborator

@dsinghvi dsinghvi commented Mar 4, 2024

As part of the v1 release, the generated Python SDK will move all methods to a single client instance. Instead of

from elevenlabs import generate

generate(...)

users will be able to do

from elevenlabs.client import ElevenLabs

client = ElevenLabs()
client.generate(...)

@dsinghvi dsinghvi merged commit 53b732a into main Mar 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants