security-audit-env / .env.example
anshumanatrey's picture
Update: three-tier reasoning benchmark, real LLM scores, industry stats, pivoting score
a92d3db verified
raw
history blame contribute delete
255 Bytes
# Required for inference.py (baseline agent)
API_BASE_URL=https://router.huggingface.co/v1
MODEL_NAME=meta-llama/Llama-3.3-70B-Instruct
HF_TOKEN=your-huggingface-token-here
# Optional: point inference at a different env URL
ENV_URL=http://localhost:8000