bolt.diy/app/utils/freeUses.ts

4 lines
160 B
TypeScript

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