Skip to content

Commit 7e856d4

Browse files
more comment
1 parent 9dd9878 commit 7e856d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sandboxes/droid/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ docker build -t openshell-droid --build-arg BASE_IMAGE=ghcr.io/nvidia/openshell-
2323

2424
### 1. Set up inference routing
2525

26-
Direct access to external inference endpoints is blocked inside OpenShell sandboxes (SSRF protection). Use OpenShell's `inference.local` routing instead:
26+
Direct access to NVIDIA inference endpoints (`inference-api.nvidia.com`, `integrate.api.nvidia.com`) is blocked inside OpenShell sandboxes (SSRF protection). Use OpenShell's `inference.local` routing instead:
2727

2828
```bash
2929
# Create an NVIDIA provider with your API key
@@ -85,6 +85,6 @@ Key details:
8585
### 4. Run Droid
8686

8787
```bash
88-
export FACTORY_API_KEY=EMPTY
88+
export FACTORY_API_KEY=fk-YOUR_KEY_HERE
8989
droid exec --skip-permissions-unsafe --model "custom:nvidia/nemotron-3-super-120b-a12b" "echo hello"
9090
```

0 commit comments

Comments
 (0)