12 lines
439 B
Text
12 lines
439 B
Text
# Brittle Star Project Environment Variables
|
|
# Copy this file to .env and fill in your values.
|
|
# IMPORTANT: Never commit the actual .env file, it is in .gitignore
|
|
|
|
# ---------------------------- #
|
|
# Weights and Biases API Key #
|
|
# ---------------------------- #
|
|
# To find your API key:
|
|
# 1. Log in to wandb.ai
|
|
# 2. Go to User Settings (https://wandb.ai/settings)
|
|
# 3. Scroll down to the "API keys" section
|
|
WANDB_API_KEY=your_api_key_here
|