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

Elevenlabs new action #10319

Merged
merged 13 commits into from
Feb 16, 2024
Merged

Elevenlabs new action #10319

merged 13 commits into from
Feb 16, 2024

Conversation

GTFalcao
Copy link
Collaborator

@GTFalcao GTFalcao commented Feb 9, 2024

Closes #9089

I was not able to fully validate this as it seems to be a premium feature:

{"status":"can_not_use_instant_voice_cloning","message":"Your subscription has no access to use instant voice cloning, please upgrade."}

However, I was receiving an error related to the file format beforehand, and after adjusting the format I started receiving this error instead - so it's very likely that the format is correct now and only needs the proper subscription level.

Copy link

vercel bot commented Feb 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pipedream-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 16, 2024 3:10am
pipedream-docs-redirect-do-not-edit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 16, 2024 3:10am

luancazarine
luancazarine previously approved these changes Feb 9, 2024
Copy link
Collaborator

@luancazarine luancazarine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @GTFalcao, thanks for your contribution! I just added a suggestion but I'm moving it to Ready For QA anyway.


if (labels) data.append("labels", labels);
data.append("name", name);

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for (const [
key,
value,
] of Object.entries(data)) {
formData.append(key, value);
}
you can do it like this instead of adding one by one, just a suggestion

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the suggestion, in this case however I have to check if the variable is truthy before appending it, which is why I left it this way.

@GTFalcao
Copy link
Collaborator Author

/approve

@GTFalcao
Copy link
Collaborator Author

/approve

@GTFalcao GTFalcao merged commit c95256c into master Feb 16, 2024
10 checks passed
@GTFalcao GTFalcao deleted the 9089-elevenlabs-new-action branch February 16, 2024 21:08
luiidd pushed a commit to luiidd/pipedream that referenced this pull request Mar 7, 2024
* pnpm

* Package update

* pnpm

* Add Voice method

* Creating Add Voice

* pnpm

* Adjusting file upload to array

* Version bumps

* pnpm

* Version bump

* pnpm
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.

[Action] Elevenlabs - Add Voice
2 participants