microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.2k stars 1.12k forks source link

Deployed successfully but chat returns "404 Resource not found" #426

Open aeholt97 opened 2 weeks ago

aeholt97 commented 2 weeks ago

I deployed the app to Azure, the login works and i can create a new chat, but when I try to input something it returns with the error "404 Resource not found". I would appreciate any advice on why this can be. Do I need to set further environment variables that are not listed in the documentation?

aeholt97 commented 2 weeks ago

This was caused by a wrong API version in the environment variables. To fix the issue, change "AZURE_OPENAI_API_VERSION" to "2023-12-01-preview"

saviorabelo commented 1 week ago

change "AZURE_OPENAI_API_VERSION" to "2023-12-01-preview"

krome-pdcar commented 6 days ago

thanks for posting the fix