Skip to content

Commit 2a2c94f

Browse files
capacity for the model updated
1 parent c6115c4 commit 2a2c94f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
8888
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
8989
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
90-
GPT_MIN_CAPACITY: '130'
91-
TEXT_EMBEDDING_MIN_CAPACITY: '80'
90+
GPT_MIN_CAPACITY: '10'
91+
TEXT_EMBEDDING_MIN_CAPACITY: '10'
9292

9393

9494
# Send Notification on Quota Failure

0 commit comments

Comments
 (0)