-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
48 lines (35 loc) · 1.86 KB
/
.env.example
File metadata and controls
48 lines (35 loc) · 1.86 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
# Environment Variables for Business AI Advisor API
# CORS Configuration
# Use "*" to allow all origins (development) or comma-separated list of allowed origins (production)
ALLOWED_ORIGINS=*
# Server Configuration
HOST=0.0.0.0
PORT=8000
LOG_LEVEL=INFO
ENVIRONMENT=production
#Database Configuration
# LLM Gateway Integration (Phase 2 Step 5)
LLM_GATEWAY_URL=https://ilaunching-llm-server-production.up.railway.app
# External API Keys (if using direct integration instead of gateway)
# OpenAI (3 models: gpt-4o-mini, gpt-4-turbo, gpt-4o)
OPENAI_API_KEY=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
# Anthropic (3 models: claude-3-haiku, claude-3-5-haiku, claude-3-5-sonnet)
ANTHROPIC_API_KEY=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
# Google Gemini (3 models: flash-8b, flash, pro) - ULTRA-CHEAP OPTIONS!
GOOGLE_API_KEY=AIzaSyBVU-AV4woBRDuU-r21gWEF_ulp7-cfbmg
# DeepSeek (2 models: chat, coder) - BEST FOR CODING!
DEEPSEEK_API_KEY=sk-9c648ff3143a4fd38185fd078b63e3ec
# =============================================================================
# MODEL PREFERENCES (Optional)
# =============================================================================
DEFAULT_MODEL=claude-3-5-sonnet
# Security & Authentication
JWT_SECRET_KEY=fgN9zdVoZGRbZNXXzE0cPt2vLn1_H2_E82lqFjrhPq51FV02oXksUDeklrPY30AIuKpSYsqKc0fRiI8xaGjjXQ
ACCESS_TOKEN_EXPIRE_MINUTES=15
REFRESH_TOKEN_EXPIRE_DAYS=30
# SECRET_KEY=your_secret_key_here
# SESSION_EXPIRE_HOURS=24
# Monitoring (for future use)
# SENTRY_DSN=your_sentry_dsn_here