Skip to content

Commit ee502e4

Browse files
committed
bumping up the limits
1 parent bce7c4e commit ee502e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ai-chat-api/serverless.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ stages:
66
modelId: meta.llama3-70b-instruct-v1:0
77
customDomainNameChatApi: chat.${param:customDomainName}
88
dynamoDbUsageTableName: ${self:service}-usage-table-${sls:stage}
9-
throttleMonthlyLimitUser: 10
10-
throttleMonthlyLimitGlobal: 100
9+
throttleMonthlyLimitUser: 20
10+
throttleMonthlyLimitGlobal: 2000
1111

1212
provider:
1313
name: aws

0 commit comments

Comments
 (0)