-
Notifications
You must be signed in to change notification settings - Fork 136
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
Breaking Changes #1
Comments
I don't have plans to update it, but feel free to submit a pull request if you do. |
Ok, working on it now, making good progress but stuck on "async def request_fnc(req: JobRequest) -> None: "jobContext' object has no attribute "accept" |
Hi, I'm also facing the same issue with "jobContext". Any luck in finding the cause ?. |
I'm making good progress and will submit a pull request when it's working. I'm successful at sending the last frame to the LLM but it refuses to provide any context about the image itself (which renders it useless). Give me a few days. |
Pull request submitted, here's my V2 https://github.com/dugdathug/livekit-assistant/tree/live-assistantv2 |
I want to know your requirements version,because it updated |
Thanks, this is awesome. But I think there are breaking changes with the newest version of livekit. (e.g. AssistantContext is now AssistantCallContext) etc. Do you have any plans to update this repo?
The text was updated successfully, but these errors were encountered: