-
Notifications
You must be signed in to change notification settings - Fork 18.2k
community:langchain_community:tools:eleven_labs: Fix the tool #27130
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
community:langchain_community:tools:eleven_labs: Fix the tool #27130
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Before the change, gives error
After the change works good pip install --upgrade elevenlabs langchain-community
Ouput after the change
|
Looks like the previous review request comment did not get saved properly. @ccurme , please review. |
hey there! This one looks like it might be an interface change on the elevenlabs sdk side, which would be a breaking change in this package for people using this tool with the old sdk Also, if you're interested in maintaining this integration without us in the loop, we'd love to get an integration package out! Future PRs against langchain would just be {docs updates, as well as registering your package in Here's the guide, and if you have questions, feel free to leave them in the comments on those pages so others can see them! https://python.langchain.com/docs/contributing/how_to/integrations/ <-- this is the right way to handle these kinds of breaking changes moving forward In the meantime, this change would unfortunately have to be re-implemented in a way that is compatible with both elevenlabs==0.x and elevenlabs==1.x. If you're interested in taking that on, let me know! Otherwise would recommend downgrading to 0.x to get it working |
Thank you for contributing to LangChain!
PR title: "package: description"
community:langchain_community:tools:eleven_labs: Fix the tool
PR message: Delete this entire checklist and replace with
docs/docs/integrations
directory.tested using below script
pip install --upgrade elevenlabs langchain-community
Ouput after the change
make format
,make lint
andmake test
from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/Additional guidelines:
If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.