2025-01-29a: More options to customize OpenAI deployments
This release contains various bug fixes, plus two new environment variables for controlling Azure OpenAI deployments:
AZURE_OPENAI_DISABLE_KEYS
(which defaults to true, since this repository uses keyless authentication)AZURE_OPENAI_LOCATION
for programmatically setting the OpenAI resource location, helpful for those of you using an existing Azure OpenAI resource.
See docs for more details.
What's Changed
- Fix ask prompts to allow prompt override/injection by @pamelafox in #2277
- Add environment variable to disable/enable keys by @pamelafox in #2280
- Fix cosmos Bicep configuration by @pamelafox in #2226
- Add content understanding to private endpoint by @pamelafox in #2225
- Adding a variable for OpenAI resource location by @pamelafox in #2292
- Clearer variables for image cropping code by @pamelafox in #2298
- Replace sparkle with app logo that's easier to replace by @pamelafox in #2299
- Note about ACA and app insights by @pamelafox in #2300
- Bump vite from 5.4.11 to 5.4.14 in /app/frontend by @dependabot in #2293
- Bump aiohappyeyeballs from 2.4.0 to 2.4.4 by @dependabot in #2288
- Bump pyjwt[crypto] from 2.9.0 to 2.10.1 by @dependabot in #2287
- Bump Azure/setup-azd from 2.0.0 to 2.1.0 in the github-actions group by @dependabot in #2310
- Bump i18next-browser-languagedetector from 8.0.0 to 8.0.2 in /app/frontend by @dependabot in #2271
Full Changelog: 2025-01-14...2025-01-29a