Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions safetytooling/apis/inference/anthropic.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"claude-sonnet-4-20250514",
"claude-sonnet-4-5-20250929",
"claude-haiku-4-5-20251001",
"claude-opus-4-5-20251101",
}

VISION_MODELS = {
Expand Down
8 changes: 4 additions & 4 deletions scripts/runpod_ssh_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,16 +347,16 @@ def main():
Examples:
# Generate config for all running pods
python runpod_ssh_config.py

# Filter by cluster name (for Instant Clusters)
python runpod_ssh_config.py --cluster-name "My Cluster"

# Specify SSH key
python runpod_ssh_config.py --identity-file ~/.ssh/id_rsa

# Combine options
python runpod_ssh_config.py --cluster-name "My Cluster" --identity-file ~/.ssh/id_rsa

# Custom output path
python runpod_ssh_config.py --output-path ~/my-custom-ssh-config
""",
Expand Down