Azure-Samples / aisearch-openai-rag-audio

A simple example implementation of the VoiceRAG pattern to power interactive voice generative AI experiences using RAG with Azure AI Search and Azure OpenAI's gpt-4o-realtime-preview model.
https://azure.microsoft.com/products/search
MIT License
212 stars 107 forks source link

No audio output from deployed app #38

Open nswitanek opened 2 hours ago

nswitanek commented 2 hours ago

I've deployed the app using the dev container approach. I've not yet received an audio response from the app and am not sure where the app is breaking down. I'd be grateful for guidance in debugging my deployment.

pamelafox commented 2 hours ago

Are you experiencing the error with the deployed endpoint or the development server? Generally, I try to replicate an error with the development server, since then you can look in the terminal for the logs. Typically you'll see an error, like a 401 (authentication) or 429 (rate limits). If the error is only in production, then you'll need to query the container app logs for clues as to the issue. Also check the browser console for any JavaScript errors.