forked from adamstankiewicz/interactive-learning-experiences
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 721 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (16 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# --- Learning Commons Knowledge Graph MCP (always required) ---
LEARNING_COMMONS_API_KEY=sk_prod_...
# Optional; defaults to https://mcp.learningcommons.org/mcp
# LEARNING_COMMONS_MCP_URL=
# --- LLM provider: "anthropic" (default) | "openrouter" | "bedrock" ---
LLM_PROVIDER=openrouter
# Option A — OpenRouter (one key, no cloud setup)
OPENROUTER_API_KEY=sk-or-v1-...
# OPENROUTER_MODEL_ID=anthropic/claude-opus-5
# Option B — first-party Anthropic API
# ANTHROPIC_API_KEY=sk-ant-...
# ANTHROPIC_MODEL_ID=claude-opus-5
# Option C — Claude on Amazon Bedrock
# AWS_BEARER_TOKEN_BEDROCK= # Bedrock API key; omit to use SigV4 creds instead
# AWS_REGION=us-east-1
# BEDROCK_MODEL_ID=us.anthropic.claude-opus-5