Skip to content

Commit

Permalink
bumping up the limits
Browse files Browse the repository at this point in the history
  • Loading branch information
skierkowski committed Sep 11, 2024
1 parent bce7c4e commit ee502e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai-chat-api/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ stages:
modelId: meta.llama3-70b-instruct-v1:0
customDomainNameChatApi: chat.${param:customDomainName}
dynamoDbUsageTableName: ${self:service}-usage-table-${sls:stage}
throttleMonthlyLimitUser: 10
throttleMonthlyLimitGlobal: 100
throttleMonthlyLimitUser: 20
throttleMonthlyLimitGlobal: 2000

provider:
name: aws
Expand Down

0 comments on commit ee502e4

Please sign in to comment.