GraphResearcher / .env.example
yugbirla's picture
Add evaluation framework, ablation tests, and lean README
7728916
Raw
History Blame Contribute Delete
524 Bytes
# === Core Runtime ===
LLM_PROVIDER=huggingface
ENABLE_LOCAL_LLM=false
HF_API_MODE=chat
HF_INFERENCE_MODEL=Qwen/Qwen3-4B-Instruct-2507
HF_TIMEOUT_SECONDS=60
HF_API_TOKEN=your_huggingface_api_token_here
# === Admin Security ===
ADMIN_EMAILS=your_email@example.com
SESSION_SECRET_KEY=change-this-to-a-long-random-secret
ADMIN_DASHBOARD_KEY=change-this-to-a-strong-admin-password
# === Feedback Backup (optional) ===
HF_FEEDBACK_DATASET=your_username/your-feedback-dataset
HF_FEEDBACK_TOKEN=your_huggingface_write_token_here