mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-02-04 13:16:37 +08:00
All agents now read ANTHROPIC_BASE_URL from .env for custom endpoints. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
197 B
Plaintext
7 lines
197 B
Plaintext
# Anthropic API Key (required)
|
|
# Get your key at: https://console.anthropic.com/
|
|
ANTHROPIC_API_KEY=sk-ant-xxx
|
|
|
|
# Base URL (optional, for API proxies)
|
|
# ANTHROPIC_BASE_URL=https://api.anthropic.com
|