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 d1d1e3c + c8aee92 commit 8502784Copy full SHA for 8502784
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
export AZURE_TENANT_ID=${{ secrets.AZURE_TENANT_ID }}
22
export AZURE_CLIENT_SECRET=${{ secrets.AZURE_CLIENT_SECRET }}
23
export AZURE_SUBSCRIPTION_ID="${{ secrets.AZURE_SUBSCRIPTION_ID }}"
24
- export GPT_MIN_CAPACITY="130"
+ export GPT_MIN_CAPACITY="50"
25
26
chmod +x deploy/scripts/checkquota.sh
27
if ! deploy/scripts/checkquota.sh; then
0 commit comments