-
Notifications
You must be signed in to change notification settings - Fork 474
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
Add dify plugin #992
base: main
Are you sure you want to change the base?
Add dify plugin #992
Conversation
|
@davidzhao Sorry for bothering, I wonder if any @livekit members coud be able to review this or just comment this :) |
Hi @sorphwer, thank you for the PR. While the PR looks fine, it's difficult for us to keep up with maintaining plugins for all sorts of services. I would suggest putting this plugin in your own repo, release to Pypi, and letting us know so we can link to it in our integrations section. |
@davidzhao Thanks for your reply! Actually this has been released to Pypi → https://pypi.org/project/livekit-plugins-dify/ |
fantastic! though it'd be great if this is not in the |
@sorphwer can you please also add an example on how to use it? I tired your plugin but run into error. |
You can find the minimal example in it’s pypi page https://pypi.org/project/livekit-plugins-dify/ Or you can share the error log I’d love to help |
@sorphwer I got this error when using your plugin the Voice Assistant template. 2024-12-16 22:01:23,081 - ERROR livekit.agents - unhandled exception while running the job task |
Add Plugins to let Dify* be your LLM services in your agent.
*Dify is a platform that allows you to design an agentic workflow and publish it as an API services. This plugin implements LLM class and can be tired right now since I've uploaded the package in Pypi: