Skip to content

Commit f197c7f

Browse files
deploy with limited quota
1 parent 41ad1e8 commit f197c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DeployWithLimitedQuota.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deploying with Limited OpenAI Quota
22

3-
This document provides guidance on deploying the Build your own copilot Solution Accelerator when you have limited Azure OpenAI model quota available.
3+
This document provides guidance on deploying the Build Your Own Copilot Solution Accelerator when you have limited Azure OpenAI model quota available.
44

55
## Overview
66

@@ -46,7 +46,7 @@ Update the values on lines 77-78 in [`infra/main.bicep`](../infra/main.bicep) to
4646
azd: {
4747
type: 'location'
4848
usageName: [
49-
'OpenAI.GlobalStandard.gpt4.1, 50' // Changed from 200
49+
'OpenAI.GlobalStandard.gpt-4o-mini, 50' // Changed from 200
5050
'OpenAI.GlobalStandard.text-embedding-ada-002, 50' // Changed from 80
5151
]
5252
}

0 commit comments

Comments
 (0)