-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (22 loc) · 1.31 KB
/
.env.example
File metadata and controls
25 lines (22 loc) · 1.31 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
# LSI Project Environment Variables
# Copy this file to .env and fill in your API keys
# NEVER commit .env to version control!
# ============================================================================
# CLOUD FALLBACK: GLM-4.7 (Zhipu AI)
# ----------------------------------------------------------------------------
# Used for high-quality responses when local models aren't sufficient
# Get your API key from: https://open.bigmodel.cn/usercenter/apikeys
# Format: id.secret (your API key will look like "12345678.abcdef123456")
# ============================================================================
ZHIPU_API_KEY=your_zhipu_api_key_here
# ============================================================================
# OPTIONAL: OpenAI Embeddings (for P0-2)
# ----------------------------------------------------------------------------
# If you want to use OpenAI embeddings instead of local ones
# Get your API key from: https://platform.openai.com/api-keys
# ============================================================================
# OPENAI_API_KEY=your_openai_api_key_here
# ============================================================================
# OPTIONAL: Other Cloud Providers
# ============================================================================
# ANTHROPIC_API_KEY=your_anthropic_api_key_here