utkarsh-goel-21/misinfo-containment-env
1
1# SENTINEL-9 Environment Variables2# Copy to .env and fill in your values3 4# Required: Your HuggingFace API token (used as API key for LLM inference)5HF_TOKEN=hf_your_token_here6 7# LLM endpoint configuration8API_BASE_URL=https://api.openai.com/v19MODEL_NAME=gpt-4o-mini10 11# Environment configuration12SEED=4213PORT=786014 