-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (23 loc) · 869 Bytes
/
.env.example
File metadata and controls
27 lines (23 loc) · 869 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
27
# IRIS Gate Orchestrator - API Keys
# Copy this file to .env and fill in your keys
# Cloud API Keys
ANTHROPIC_API_KEY=your_anthropic_key_here
OPENAI_API_KEY=your_openai_key_here
XAI_API_KEY=your_xai_key_here
GOOGLE_API_KEY=your_google_key_here
DEEPSEEK_API_KEY=your_deepseek_key_here
# Real-time Verification (optional)
PERPLEXITY_API_KEY=your_perplexity_key_here # For real-time claim verification
# Orchestrator Configuration
IRIS_CONTEXT_POLICY=config/context_policy.yaml
IRIS_MODELS=config/models.yaml
IRIS_RUN_LIMITS=config/run_limits.yaml
IRIS_TZ=America/New_York
# MCP (Model Context Protocol) Configuration
# Local-first deployment - no cloud dependencies required
MCP_CONFIG_PATH=.mcp-config.json
MCP_CHROMADB_PATH=./iris_vault/chromadb
MCP_CHROMADB_COLLECTION=iris_context
MCP_GIT_REPO_PATH=.
MCP_QUICKDATA_PATH=./iris_vault/quickdata
MCP_LOG_LEVEL=INFO