Skip to content

Commit a9b062a

Browse files
Merge pull request #524 from microsoft/fix-update-main-json
fix: updated main json
2 parents f10f3c1 + 2ebfde0 commit a9b062a

File tree

2 files changed

+523
-51
lines changed

2 files changed

+523
-51
lines changed

.github/workflows/deploy-KMGeneric.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- cron: '0 9,21 * * *' # Runs at 9:00 AM and 9:00 PM GMT
1313
workflow_dispatch: # Allow manual triggering
1414
env:
15-
GPT_MIN_CAPACITY: 250
16-
TEXT_EMBEDDING_MIN_CAPACITY: 90
15+
GPT_MIN_CAPACITY: 150
16+
TEXT_EMBEDDING_MIN_CAPACITY: 80
1717
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
1818
jobs:
1919
deploy:

0 commit comments

Comments
 (0)