-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
33 lines (29 loc) · 1.38 KB
/
.env.example
File metadata and controls
33 lines (29 loc) · 1.38 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
25
26
27
28
29
30
31
32
33
# =============================================================================
# API Keys for VLM backends
# =============================================================================
ANTHROPIC_API_KEY="your-anthropic-api-key"
OPENAI_API_KEY="your-openai-api-key"
GOOGLE_API_KEY="your-google-api-key"
# =============================================================================
# Lambda Labs (for GPU training)
# =============================================================================
LAMBDA_API_KEY="your-lambda-api-key"
# =============================================================================
# Weights & Biases (for experiment tracking)
# =============================================================================
# Get your API key from: https://wandb.ai/authorize
WANDB_API_KEY="your-wandb-api-key"
# Optional wandb settings
# WANDB_PROJECT="openadapt-evals" # Default project name
# WANDB_ENTITY="your-team" # Team/organization name
# WANDB_MODE="online" # online, offline, or disabled
# =============================================================================
# Azure Credentials (auto-generated by setup_azure.py)
# =============================================================================
# AZURE_CLIENT_ID=
# AZURE_CLIENT_SECRET=
# AZURE_TENANT_ID=
# AZURE_SUBSCRIPTION_ID=
# AZURE_ML_RESOURCE_GROUP=
# AZURE_ML_WORKSPACE_NAME=
# AZURE_DOCKER_IMAGE=