Update launch.json port and README command

This commit is contained in:
Holegots
2025-07-02 18:26:23 +08:00
parent 0bf1ff5ca6
commit 0565ac493d
2 changed files with 2 additions and 1 deletions

1
.vscode/launch.json vendored
View File

@@ -12,6 +12,7 @@
"args": [
"src.main:app",
"--reload",
"--port=8082"
],
"jinja": true
}

View File

@@ -46,7 +46,7 @@ uv run claude-code-proxy
### 4. Use with Claude Code
```bash
ANTHROPIC_BASE_URL=http://localhost:8082 claude
ANTHROPIC_BASE_URL=http://localhost:8082 ANTHROPIC_AUTH_TOKEN="some-api-key" claude
```
## Configuration