Skip to content

Commit 8b84a1b

Browse files
fix: update minimum capacity for GPT and text embedding in deployment pipeline
1 parent 0a825f9 commit 8b84a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CAdeploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
1010

1111
env:
12-
GPT_MIN_CAPACITY: 1
13-
TEXT_EMBEDDING_MIN_CAPACITY: 1
12+
GPT_MIN_CAPACITY: 10
13+
TEXT_EMBEDDING_MIN_CAPACITY: 10
1414

1515
jobs:
1616
deploy:

0 commit comments

Comments
 (0)