File size: 908 Bytes
f356bad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ═══════════════════════════════════════════════════════════════
# ForensiX AI β€” LangGraph Multi-Agent System
# ═══════════════════════════════════════════════════════════════
# Copy to .env and fill in your API keys

# Gemini (CCTV Agent + Autopsy Agent + Orchestrator)
GOOGLE_API_KEY=
GEMINI_MODEL=gemini-2.0-flash

# Featherless / Any OpenAI-compatible (Toxicology + Correlation + Explainability)
LLM_BASE_URL=https://api.featherless.ai/v1
LLM_API_KEY=
LLM_MODEL=meta-llama/Meta-Llama-3.1-70B-Instruct

# HuggingFace (NER + Zero-shot classification)
HF_TOKEN=

# Server
HOST=0.0.0.0
PORT=8000
CORS_ORIGINS=http://localhost:3000,http://localhost:3001