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: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,9 @@ Please check the link [Azure Products by Region](https://azure.microsoft.com/en-
64
64
65
65
- GPT model from the drop-down list of values
66
66
67
-
- GPT model deployment capacity
67
+
- GPT model deployment capacity (GPT-4, GPT-4o, and GPT-4o Mini)
68
68
69
-
- Embedding model from the drop-down list of values
69
+
- Embedding model from the drop-down list of values (text-embedding-ada-002)
70
70
71
71
- Embedding model capacity
72
72
@@ -76,7 +76,8 @@ Please check the link [Azure Products by Region](https://azure.microsoft.com/en-
76
76
- Navigate to the [Azure AI Foundry portal](https://ai.azure.com/)
77
77
- Select the AI Project you are using for this accelerator if you are not already in the project.
78
78
- Select `Management center` from the bottom left navigation menu
79
-
- Select `Quota`, click the `GlobalStandard` dropdown and select the GPT model and region you are using for this accelerator to see your available quota.
79
+
- Select `Quota`, click the `GlobalStandard` dropdown and select the GPT model (`GPT-4 / GPT-4o / GPT-4o mini`) or embeddings model (`text-embedding-ada-002`) and region you are using for this accelerator to see your available quota. Please note `GPT-4o mini` and `text-embedding-ada-002` are used as default.
80
+
80
81
- Request more quota or delete any unused model deployments as needed.
0 commit comments