Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive avatar api requirements.txt incomplete? #33

Open
corticalstack opened this issue Sep 24, 2024 · 0 comments
Open

Interactive avatar api requirements.txt incomplete? #33

corticalstack opened this issue Sep 24, 2024 · 0 comments

Comments

@corticalstack
Copy link

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:

azure-functions
azurefunctions-extensions-http-fastapi

After adding:

azure-functions
openai
fastapi
aiohttp
pyodbc
requests
beautifulsoup4

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant