CoolFace
Apppublic

ThejasRao/openenv-content-moderation

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
.env.example14 linesDownload Raw Back to root
1# Mandatory for inference.py2API_BASE_URL=https://router.huggingface.co/v13MODEL_NAME=meta-llama/Llama-3.3-70B-Instruct4HF_TOKEN=hf_your_token_here5 6# Optional — for OpenAI directly7OPENAI_API_KEY=sk-...8 9# Optional — for Gemini agent10GOOGLE_API_KEY=AIza...11 12# Optional — controls which LLM agent /agent/run uses13LLM_PROVIDER=openai14