-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.env.example
More file actions
59 lines (40 loc) · 1.45 KB
/
.env.example
File metadata and controls
59 lines (40 loc) · 1.45 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# ===============================
# 🔐 API & Bot Configuration
# ===============================
# Telegram Bot Token
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
# Google Gemini API Key
GEMINI_API_KEY=your_gemini_api_key_here
# Hugging Face Access Token
HF_TOKEN=your_huggingface_token_here
# Hugging Face Text Generation API (Featherless AI Router)
HF_TEXT_API_URL=https://router.huggingface.co/featherless-ai/v1/completions
HF_TEXT_MODEL=meta-llama/Meta-Llama-3-8B-Instruct
# Jules API Key (Optional - For autonomous development features)
JULES_API_KEY=your_jules_api_key_here
# ===============================
# 🤖 Local ML Configuration
# Related to Issue #76
# ===============================
# Enable local ML inference
USE_LOCAL_ML=true
# Fallback to Hugging Face if local ML fails
ENABLE_HF_FALLBACK=true
# Device to run local ML (cpu | cuda)
LOCAL_ML_DEVICE=cpu
# Enable model quantization (true | false)
LOCAL_ML_QUANTIZE=false
# CLIP model used for local inference
LOCAL_CLIP_MODEL=openai/clip-vit-base-patch32
# ===============================
# 🌐 Deployment Configuration
# ===============================
# Render API Key (for deployment automation)
RENDER_API_KEY=your_render_api_key_here
# ===============================
# 💾 Supabase Configuration
# ===============================
# Supabase Project URL
VITE_SUPABASE_URL=your_supabase_project_url_here
# Supabase Anon/Public Key
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key_here