Skip to content

Commit c0d8204

Browse files
ruizcrpmgoin
andauthored
Auth_token added in documentation as it is required (vllm-project#32988)
Signed-off-by: Michael Goin <[email protected]> Co-authored-by: Michael Goin <[email protected]>
1 parent 97ef11d commit c0d8204

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/serving/integrations/claude_code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Launch Claude Code with environment variables pointing to your vLLM server:
3939
```bash
4040
ANTHROPIC_BASE_URL=http://localhost:8000 \
4141
ANTHROPIC_API_KEY=dummy \
42+
ANTHROPIC_AUTH_TOKEN=dummy \
4243
ANTHROPIC_DEFAULT_OPUS_MODEL=my-model \
4344
ANTHROPIC_DEFAULT_SONNET_MODEL=my-model \
4445
ANTHROPIC_DEFAULT_HAIKU_MODEL=my-model \
@@ -51,6 +52,7 @@ The environment variables:
5152
| -------------------------------- | --------------------------------------------------------------------- |
5253
| `ANTHROPIC_BASE_URL` | Points to your vLLM server (default port is 8000) |
5354
| `ANTHROPIC_API_KEY` | Can be any value since vLLM doesn't require authentication by default |
55+
| `ANTHROPIC_AUTH_TOKEN` | Is required. Can be any value. |
5456
| `ANTHROPIC_DEFAULT_OPUS_MODEL` | Model name for Opus-tier requests |
5557
| `ANTHROPIC_DEFAULT_SONNET_MODEL` | Model name for Sonnet-tier requests |
5658
| `ANTHROPIC_DEFAULT_HAIKU_MODEL` | Model name for Haiku-tier requests |

0 commit comments

Comments
 (0)