# Ollama Configuration OLLAMA_AGENT_MODEL=gpt-oss:20b-cloud OLLAMA_IMAGE_MODEL=ministral-3:14b-cloud OLLAMA_BASE_URL=http://localhost:11434 # Overture Maps Configuration # Source: 'local' or 's3' OVERTURE_SOURCE=local OVERTURE_LOCAL_PATH=data/overture/places/* OVERTURE_S3_PATH=s3://overturemaps-us-west-2/release/2025-11-19.0/theme=places/type=place/* # Frontend Configuration # API base URL for the frontend to connect to (default: http://localhost:8000) API_BASE_URL=http://localhost:8000 AWS_REQUEST_PAYER=requester