forked from AnthonyRonning/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (31 loc) · 1.54 KB
/
Copy path.env.example
File metadata and controls
39 lines (31 loc) · 1.54 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
# Sage V2 Environment Configuration
# Copy this to .env and fill in your values
# =============================================================================
# LLM Backend (Required)
# =============================================================================
# Your Maple/OpenAI-compatible API endpoint
MAPLE_API_URL=https://your-llm-endpoint.com
MAPLE_API_KEY=your-api-key
# Model names (these work with maple-proxy)
MAPLE_MODEL=maple/kimi-k2-5
MAPLE_EMBEDDING_MODEL=maple/nomic-embed-text
# =============================================================================
# Signal (Required)
# =============================================================================
# Your Signal phone number (with country code)
SIGNAL_PHONE_NUMBER=+1234567890
# Comma-separated list of allowed user UUIDs
# Find your UUID by sending a message and checking logs
# Leave empty to allow anyone (NOT recommended)
SIGNAL_ALLOWED_USERS=your-uuid-here
# =============================================================================
# Database (Auto-configured in Docker)
# =============================================================================
# For local dev: postgres://sage:sage@localhost:5434/sage
# For Docker: postgres://sage:sage@localhost:5434/sage (same, uses host network)
DATABASE_URL=postgres://sage:sage@localhost:5434/sage
# =============================================================================
# Tools (Optional)
# =============================================================================
# Brave Search API key for web_search tool
BRAVE_API_KEY=