From 9ce43e0294a3fcf2183a8f36d0ddb3aacd069f40 Mon Sep 17 00:00:00 2001 From: Michael Ord Date: Fri, 12 Jun 2026 14:20:35 +0100 Subject: [PATCH] Update from a depricated chat model and version in Bicep file GPT-4o-mini has been depricated, suggesting an update to a newer model --- Allfiles/Labs/Shared/deploy.aoai-deployments.bicep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Allfiles/Labs/Shared/deploy.aoai-deployments.bicep b/Allfiles/Labs/Shared/deploy.aoai-deployments.bicep index 654869e..3bfd9e5 100644 --- a/Allfiles/Labs/Shared/deploy.aoai-deployments.bicep +++ b/Allfiles/Labs/Shared/deploy.aoai-deployments.bicep @@ -11,10 +11,10 @@ param embeddingModelVersion string = '2' param embeddingCapacity int = 1 @description('Chat model to deploy.') -param chatModelName string = 'gpt-4o-mini' +param chatModelName string = 'gpt-5-mini' @description('Chat model version.') -param chatModelVersion string = '2024-07-18' +param chatModelVersion string = '2025-08-07' @description('Capacity for chat deployment (keep small for labs).') param chatCapacity int = 1