# Hugging Face API Token (used for accessing LLM models) HF_API_TOKEN=your_huggingface_token_here # Model to use for job description analysis LLM_MODEL=google/flan-t5-large # Default template location (relative to app root) DEFAULT_TEMPLATE_PATH=templates/resume_template.tex # Output directory for generated files OUTPUT_DIR=outputs