CoolFace
Apppublic

khushiks21/fraud-investigation-env

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes
.env.example15 linesDownload Raw Back to root
1 # Get a free key at https://console.groq.com2  GROQ_API_KEY=your_groq_key_here3 4  # Or use HuggingFace token (takes priority over GROQ)5  HF_TOKEN=6 7  # Environment URL (default works with docker-compose)8  ENV_URL=http://localhost:80009 10  # Model (llama-3.1-8b-instant is fastest on Groq free tier)11  MODEL_NAME=llama-3.1-8b-instant12 13  # Episodes per task (2 = recommended for Groq free tier)14  EPISODES_PER_TASK=215