-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (20 loc) · 833 Bytes
/
.env.example
File metadata and controls
24 lines (20 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ============================================================
# HANERMA — Open-Source Environment Template
# Copy this file to .env and fill in your own values.
# ============================================================
# ----- Database Infrastructure (Local Docker Defaults) ------
NEO4J_URI=bolt://localhost:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=password
REDIS_URL=redis://localhost:6379
# ----- Local LLM Routing ------------------------------------
OLLAMA_ENDPOINT=http://localhost:11434/api/generate
DEFAULT_LOCAL_MODEL=llama3
# ----- Framework Tuning -------------------------------------
MAX_CONTEXT_TOKENS=128000
HCMS_VECTOR_DIMENSION=1536
DEBUG_MODE=True
# ----- OPTIONAL: Cloud / Aggregator Fallbacks ----------------
# Leave blank if running 100% local. DO NOT COMMIT REAL KEYS.
OPENROUTER_API_KEY=
HF_TOKEN=