bolt.diy/app/utils/freeUses.ts
2025-03-12 12:26:17 -07:00

4 lines
160 B
TypeScript

export const anthropicApiKeyCookieName = 'anthropicApiKey';
export const anthropicNumFreeUsesCookieName = 'anthropicNumFreeUses';
export const maxFreeUses = 5;