-
Notifications
You must be signed in to change notification settings - Fork 13
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
New clone method #15
base: main
Are you sure you want to change the base?
New clone method #15
Conversation
hi @noahlt we're having trouble successfully using the clone API even following the documentation. Could you pls provide a working example? |
@@ -4,7 +4,7 @@ | |||
"name": "Cartesia", | |||
"url": "https://cartesia.ai" | |||
}, | |||
"version": "1.3.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need this to be alpha? Or can we release it as 1.4.0 with backward compat with the old clone method?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the types are backwards compatible! I spent like an hour on that :P
@clarkg sorry for the delay here. We've actually released a new 2.x version of our SDK. I just checked and docs on the site should work; there's also a full example available here: https://github.com/noahlt/cartesia-demo-voice-clone/blob/main/src/App.tsx#L38 Feel free to reach out if that still doesn't work for you. |
No description provided.