-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (21 loc) · 979 Bytes
/
.env.example
File metadata and controls
26 lines (21 loc) · 979 Bytes
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
# =============================================================================
# ROMA Example App — Environment Variables
# Copy this file to .env and fill in your keys
# =============================================================================
# --- LLM API Keys (at least one required) ------------------------------------
# OpenRouter gives unified access to every model below with one key
OPENROUTER_API_KEY=sk-or-v1-...
# Or use individual provider keys:
OPENAI_API_KEY=sk-...
ANTHROPIC_API_KEY=sk-ant-...
GOOGLE_API_KEY=...
FIREWORKS_API_KEY=...
XAI_API_KEY=xai-... # Grok models (grok-3-mini-latest, grok-3-latest, etc.)
# --- Optional: Web Search (enables SerperToolkit) ----------------------------
SERPER_API_KEY=...
# --- Optional: Code Execution Sandbox (enables E2BToolkit) -------------------
E2B_API_KEY=e2b_...
# --- Runtime Tuning ----------------------------------------------------------
ROMA_MAX_DEPTH=3
ROMA_VERBOSE=true
LOG_LEVEL=INFO