We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce7c4e commit ee502e4Copy full SHA for ee502e4
ai-chat-api/serverless.yml
@@ -6,8 +6,8 @@ stages:
6
modelId: meta.llama3-70b-instruct-v1:0
7
customDomainNameChatApi: chat.${param:customDomainName}
8
dynamoDbUsageTableName: ${self:service}-usage-table-${sls:stage}
9
- throttleMonthlyLimitUser: 10
10
- throttleMonthlyLimitGlobal: 100
+ throttleMonthlyLimitUser: 20
+ throttleMonthlyLimitGlobal: 2000
11
12
provider:
13
name: aws
0 commit comments