Skip to content

Commit f6cdc0e

Browse files
committed
Fix OpenAI deployment 'InsufficientQuota' error
I got a quota error that it seems Carey did not. I reduces the template to what my Azure Subscription allows me to provision. I'm assuming, depending on peoples subs, they might not have the higher quota either.
1 parent d752465 commit f6cdc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Labs/deploy/azuredeploy.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ var openAiSettings = {
8787
}
8888
sku: {
8989
name: 'Standard'
90-
capacity: 150
90+
capacity: 120
9191
}
9292
}
9393
}

0 commit comments

Comments
 (0)