# Base URL for the FastAPI inference backend. # Leave unset to use the default (http://127.0.0.1:8000). # In production, set this to the deployed API origin, e.g.: # VITE_API_BASE=https://api.example.com VITE_API_BASE=http://127.0.0.1:8000