Skip to content

Commit 14afa03

Browse files
committed
fix(example): limit messages due to site being public
1 parent 26238e3 commit 14afa03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chat-sdk/lib/ai/entitlements.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const entitlementsByUserType: Record<UserType, Entitlements> = {
1111
* For users without an account
1212
*/
1313
guest: {
14-
maxMessagesPerDay: Infinity,
14+
maxMessagesPerDay: 20,
1515
availableChatModelIds: ["chat-model", "chat-model-reasoning"],
1616
},
1717

0 commit comments

Comments
 (0)