This is a Node.js application that demonstrates the audio capabilities of LiteLLM proxy. Users can speak into their microphone or type text, which is then sent to the LiteLLM proxy for processing. The application plays back the audio response. Note: This version is not optimal, you should use the streaming version of the liteLLM API
git clone <https://gitlab.ethz.ch/sph/digital-makerspace/lite-llm-audio-demo.git>
cd lite-llm-audio-demo
npm install
.env file in the root directoryLITELLM_API_KEY=your-api-key-herenode server.js