Discussions
Alternative to OpenAi: our own LLM (quick fix)
3 days ago by Rajan M
Hello
The OpenAI implementation for a response from a custom AI Avatar is just amazingly brilliant! Thanks! 🙏
How about extending that to other LLMs as well, for example, my own custom LLM somewhere?
A quick hack could be to allow an override of the URL of the API call from heygen to OpenAI, and this URL could be the one from me, which will return the same output just like how openAi does. & I could also validate the API key to see if it is the one i can accept!
Please consider this. This will help a lot of folks like me who use our own custom models, etc.! And, it could be a quick fix!
Thanks again!