You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra/main.bicep
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ param aiModelName string = 'o3'
73
73
paramaiModelVersionstring = '2025-04-16'
74
74
75
75
@description('Optional. AI model deployment token capacity. Lower this if initial provisioning fails due to capacity. Defaults to 50K tokens per minute to improve regional success rate.')
76
-
paramaiModelCapacityint = 1
76
+
paramaiModelCapacityint = 500
77
77
78
78
@description('Optional. The tags to apply to all deployed Azure resources.')
0 commit comments