package constants import "time" const ( MaxDailyAIUsage = 10 UsageExpiration = 24 * time.Hour )