# ── Vera Message Engine Environment ── # Copy this file to .env and fill in your keys. # Cerebras API (Diagnostician — llama3.1-8b) CEREBRAS_API_KEY=your_cerebras_api_key_here # Groq API (Copywriter — llama-3.3-70b-versatile + Prompt Guard) GROQ_API_KEY=your_groq_api_key_here # Server HOST=0.0.0.0 PORT=8000 # LLM Models DIAG_MODEL=llama3.1-8b COPY_MODEL=llama-3.3-70b-versatile GUARD_MODEL=meta-llama/llama-prompt-guard-2-86m