Hello,
I’m using OpenVidu v3.3.0 single node. I want to use my own LLM to get speech-to-text transcription. I’ve already made the API server.
Can you help me how I can modify the project to use my own Speech Processing agent?
Hello,
I’m using OpenVidu v3.3.0 single node. I want to use my own LLM to get speech-to-text transcription. I’ve already made the API server.
Can you help me how I can modify the project to use my own Speech Processing agent?
Hello,
It is very easy to integrate your own custom agent in an OpenVidu deployment. The steps are:
These steps are explained in detail here: Custom agents - openVidu
Thank you a lot! I didn’t notice that in documentation