xxyyy / .env.example
arbabarshad's picture
minimal pdf
583aa92
raw
history blame contribute delete
337 Bytes
# 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