Skip to content

Commit 63b5680

Browse files
fix: Increase model capacity to avoid potential quota issues in AZD template validation
1 parent c1599c9 commit 63b5680

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/azd-template-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
3131
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
3232
AZURE_ENV_OPENAI_LOCATION: ${{ vars.AZURE_LOCATION }}
33-
AZURE_ENV_MODEL_CAPACITY: 1 # keep low to avoid potential quota issues
34-
AZURE_ENV_EMBEDDING_MODEL_CAPACITY: 1 # keep low to avoid potential quota issues
33+
AZURE_ENV_MODEL_CAPACITY: 10 # keep low to avoid potential quota issues
34+
AZURE_ENV_EMBEDDING_MODEL_CAPACITY: 10 # keep low to avoid potential quota issues
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: print result

0 commit comments

Comments
 (0)