Discussions

Ask a Question
Back to All

Connect interactive Avatar with LLM

I am trying to set up the interactive avatar using the git demo (InteractiveAvatarNextJSDemo). Unfortunately, I can't get it to work even though I followed the instructions. even after adding an openai key to the env file, there is no way to use whisper in the browser, nor can the avatar access chatgpt4. In general, the instructions seem imprecise or incorrect to me. I have generally only been able to interact with the avatar after modifying the code in "packages". In the dev specification, a "node " must be added at the beginning of the string, otherwise an error is generated that the path to "node_modules" does not exist. It would be great if someone who has managed to link the demo to their own LLM could point out where changes are needed.