2024-10-12: Azure OpenAI deployment types
This release adds parameters to change the Azure OpenAI deployment type from the current default of "Standard" to one of the other types ("GlobalStandard", a load-balanced deployment, and "Provisioned", a high-capacity pre-reserved higher cost deployment).
Instructions for changing the SKU are here:
https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/deploy_features.md#using-gpt-4
What's Changed
- Bump i18next from 23.14.0 to 23.15.2 in /app/frontend by @dependabot in #2027
- Bump react-router-dom from 6.23.1 to 6.26.2 in /app/frontend by @dependabot in #2025
- Bump @types/react from 18.3.3 to 18.3.11 in /app/frontend by @dependabot in #2024
- Bump @vitejs/plugin-react from 4.3.1 to 4.3.2 in /app/frontend by @dependabot in #2026
- Adding support for Azure OpenAI Deployment Types (Global Standard, Standard, Provisioned) by @zedhaque in #2014
Full Changelog: 2024-10-04...2024-10-12