# ======================================== # FREE Local AI Configuration # (NO API KEYS, NO COSTS, 100% FREE!) # ======================================== # Local AI Model - 100% FREE runs on your computer # Options: # blip-base (default - fast, good quality) # blip-large (slower, better quality) # git-base (alternative model) LOCAL_VISION_MODEL=blip-base # Enable/Disable AI Alt Text Generation (default: true) # Set to false to use placeholder text instead ENABLE_AI_ALT_TEXT=true # ======================================== # Optional Server Configuration # ======================================== # Host and port for the FastAPI server (defaults used if not set) # SERVER_HOST=127.0.0.1 # SERVER_PORT=5000