-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (22 loc) Β· 1.29 KB
/
.env.example
File metadata and controls
28 lines (22 loc) Β· 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# HAVEN β The Sovereign Algorithm
# Environment Configuration
# Built by KHAWRIZM β khawrizm.com
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# App name (used in UI title and branding)
VITE_APP_NAME="HAVEN"
# Sovereign mode β enforces zero-telemetry, local-only processing
VITE_SOVEREIGN_MODE=true
# Version identifier
VITE_APP_VERSION="5.0.0"
# Debug mode (set to true for development logging)
VITE_DEBUG=false
# ββ HuggingFace SambaNova (optional β for HavenChat cloud fallback) ββ
# Leave empty for 100% local-only mode (recommended for sovereignty)
VITE_HF_API_KEY=
VITE_HF_API_URL=https://router.huggingface.co/sambanova/v1/chat/completions
# ββ Optional: Future Local LLM Integration ββββββββββββββββββββ
# When a local model (Phi-2, DeepSeek-Coder) is available via
# onnxruntime-web or transformers.js, configure its path here.
# VITE_LOCAL_MODEL_PATH="./models/sovereign-coder"
# VITE_LOCAL_MODEL_ENABLED=false