We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 051fef3 + 354469e commit c2ac048Copy full SHA for c2ac048
infra/app/ai/cognitive-services.bicep
@@ -17,7 +17,7 @@ param embeddingModelFormat string = 'OpenAI'
17
param embeddingModelSkuName string = 'Standard'
18
19
@description('The embedding model capacity')
20
-param embeddingModelCapacity int = 150
+param embeddingModelCapacity int = 100
21
22
@description('The chat model name to deploy')
23
param chatModelName string = 'gpt-4o'
@@ -29,7 +29,7 @@ param chatModelFormat string = 'OpenAI'
29
param chatModelSkuName string = 'Standard'
30
31
@description('The chat model capacity')
32
-param chatModelCapacity int = 150
+param chatModelCapacity int = 100
33
34
resource aiServices 'Microsoft.CognitiveServices/accounts@2025-04-01-preview' = {
35
name: aiServicesName
0 commit comments