feat: generates coordinates for bounding boxes

This commit is contained in:
Ephraim Atta-Duncan
2025-10-29 18:14:16 +00:00
parent 9350c53c7d
commit 94098bd762
14 changed files with 656 additions and 21 deletions

View File

@ -135,6 +135,10 @@ NEXT_PUBLIC_FEATURE_BILLING_ENABLED=
# OPTIONAL: Leave blank to allow users to signup through /signup page.
NEXT_PUBLIC_DISABLE_SIGNUP=
# [[AI]]
# OPTIONAL: API key for Google Generative AI (Gemini). Get your key from https://ai.google.dev
GOOGLE_GENERATIVE_AI_API_KEY=""
# [[E2E Tests]]
E2E_TEST_AUTHENTICATE_USERNAME="Test User"
E2E_TEST_AUTHENTICATE_USER_EMAIL="testuser@mail.com"