mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-02-04 13:16:37 +08:00
All agents now read MODEL_ID from .env (defaults to claude-sonnet-4-5-20250929). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
298 B
Plaintext
10 lines
298 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
|
|
|
|
# Model ID (optional, defaults to claude-sonnet-4-5-20250929)
|
|
# MODEL_ID=claude-sonnet-4-5-20250929
|