ATS-SCORE-CHECKER / .env.example
Akash-Dragon's picture
Switch to Groq API with llama-3.1-8b-instant model
6f6e767
Raw
History Blame Contribute Delete
399 Bytes
# App Settings
DEBUG=False
APP_NAME="Resume Score Analyzer"
HOST=0.0.0.0
PORT=7860
# Groq API (Required for AI-powered suggestions)
GROQ_API_KEY=your-groq-api-key
LLM_MODEL=llama-3.1-8b-instant
# Embeddings (local model, no API needed)
EMBEDDING_MODEL=paraphrase-MiniLM-L3-v2
# Storage (use /tmp for Hugging Face Spaces)
CHROMA_DIR=/tmp/chroma_db
UPLOAD_DIR=/tmp/uploads
MAX_UPLOAD_SIZE=10485760