-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (17 loc) · 723 Bytes
/
.env.example
File metadata and controls
24 lines (17 loc) · 723 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
# DPSIA Lambda Configuration
# These are stored in AWS Secrets Manager as dpsia-lambda/config
# This file documents the required keys for local development.
# Claude API key for assessment synthesis
ANTHROPIC_API_KEY=sk-ant-...
# Perplexity Sonar API key for web search with citations
PERPLEXITY_API_KEY=pplx-...
# Google Gemini API key for multi-perspective analysis
GOOGLE_API_KEY=AI...
# xAI Grok API key for contrarian research
XAI_API_KEY=xai-...
# AWS region where the Lambda is deployed
AWS_REGION=eu-west-1
# Secrets Manager secret name (default: dpsia-lambda/config)
SECRETS_NAME=dpsia-lambda/config
# Lambda function name (required for CLI script)
DPSIA_FUNCTION_NAME=DPSIAStack-DPSIAFunction-xxxxxxxxxxxx