Files
copilotkit--copilotkit/showcase/docker-compose.real-claude.yml
2026-07-13 12:58:18 +08:00

15 lines
474 B
YAML

# Manual local override for trying the Claude SDK showcase demos against the
# real Anthropic endpoint. Do not use this for D6/D5 replay runs; the default
# docker-compose.local.yml intentionally routes provider traffic through AIMock.
services:
claude-sdk-python:
environment:
ANTHROPIC_BASE_URL: https://api.anthropic.com
AIMOCK_URL: ""
claude-sdk-typescript:
environment:
ANTHROPIC_BASE_URL: https://api.anthropic.com
AIMOCK_URL: ""