You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the setup guide for the interactive avatar camping demo, I weas getting a 404 when the front end was trying to execute the get-speech-token api route.
I belive this was because the managed Azure function was dumping out, as it did not have the necessary python package dependencies installed, for example openai.
The route can now be successfully consumed. Grateful for any confirmation there is an issue with the repo requirements.txt, or whether the environment is built correctly some other way (I'm very much a beginner when it comes to Azure static web apps).
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Following the setup guide for the interactive avatar camping demo, I weas getting a 404 when the front end was trying to execute the get-speech-token api route.
I belive this was because the managed Azure function was dumping out, as it did not have the necessary python package dependencies installed, for example openai.
In the original repo, _requirements.txt has:
After adding:
The route can now be successfully consumed. Grateful for any confirmation there is an issue with the repo requirements.txt, or whether the environment is built correctly some other way (I'm very much a beginner when it comes to Azure static web apps).
Thanks
The text was updated successfully, but these errors were encountered: