forked from als-apg/osprey
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
24 lines (18 loc) · 1.02 KB
/
env.example
File metadata and controls
24 lines (18 loc) · 1.02 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
# File paths
PROJECT_ROOT=path-to-repo-root
LOCAL_PYTHON_VENV=path-to-venv
# Optional: CLI debugging and testing
# DEBUG=1 # Enable debug output for CLI commands (shows full tracebacks)
# CONFIG_FILE=/path/to/config.yml # Override config file location (primarily for testing)
# API Keys - Configure for your chosen provider(s)
# We recommend Claude Haiku 4.5 for best performance, but any provider works
# (You typically only need ONE of these - choose what works for your institution)
ANTHROPIC_API_KEY=your-anthropic-key # Recommended: Claude Haiku 4.5
CBORG_API_KEY=your-cborg-key # LBNL institutional provider
AMSC_I2_API_KEY=your-amsc-key # American Science Cloud
STANFORD_API_KEY=your-stanford-key # Stanford AI Playground
OPENAI_API_KEY=your-openai-key # OpenAI GPT models
GOOGLE_API_KEY=your-google-key # Google Gemini models
# Firewall configuration (optional for container management)
NO_PROXY=no-proxy-list
HTTP_PROXY=http-proxy