alt-text-generator icon indicating copy to clipboard operation
alt-text-generator copied to clipboard

Issue : Missing API Token Check

Open PrinceSajjadHussain opened this issue 6 months ago • 0 comments

The code retrieves the REPLICATE_API_TOKEN from the environment, but it doesn't check if it's actually set. If the token is not set, the replicate library will likely throw an error later on, but this error will be less clear about the actual problem. Adding a check and returning a useful error message if it's missing will improve the user experience and ease debugging.

PrinceSajjadHussain avatar Jun 23 '25 16:06 PrinceSajjadHussain