Add license section to DockerHub descriptions
This commit is contained in:
parent
eb83c52b7f
commit
fcaea9e3a9
@ -159,10 +159,14 @@ API Key: <API key created in the admin interface>
|
||||
**Claude Code CLI:**
|
||||
```bash
|
||||
ANTHROPIC_BASE_URL=http://<host>:8000 \
|
||||
ANTHROPIC_AUTH_TOKEN=<API key> \
|
||||
ANTHROPIC_AUTH_TOKEN=<API key created in the admin interface> \
|
||||
claude
|
||||
```
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
The Anthropic Messages API endpoint (`/v1/messages`) was inspired by [free-claude-code](https://github.com/Alishahryar1/free-claude-code) by Ali Khokhar, which pursues a similar approach for routing Claude Code requests to alternative LLM backends.
|
||||
|
||||
## License
|
||||
|
||||
MIT — © 2026 Oliver Hofmann. See [LICENSE](https://git.efi.th-nuernberg.de/gitea/hofmannol/llmproxy/src/branch/main/LICENSE) for details.
|
||||
|
||||
@ -162,3 +162,7 @@ ANTHROPIC_BASE_URL=http://<host>:8000 \
|
||||
ANTHROPIC_AUTH_TOKEN=<API-Key> \
|
||||
claude
|
||||
```
|
||||
|
||||
## Lizenz
|
||||
|
||||
MIT — © 2026 Oliver Hofmann. Details siehe [LICENSE](https://git.efi.th-nuernberg.de/gitea/hofmannol/llmproxy/src/branch/main/LICENSE).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user