14 lines
666 B
Plaintext
14 lines
666 B
Plaintext
# Anthropic API key for the in-OS AI (app generation, assistant, self-healing).
|
|
# Copy this file to ".env" and paste your key. NEVER commit .env.
|
|
# Get one at https://console.anthropic.com/
|
|
VITE_ANTHROPIC_API_KEY=
|
|
# Optional: override the model (default: claude-sonnet-4-6)
|
|
VITE_ANTHROPIC_MODEL=claude-sonnet-4-6
|
|
# Optional: API base URL (override for a proxy/gateway or an Anthropic-compatible
|
|
# provider like z.ai). Either a base URL or a full ".../v1/messages" endpoint works
|
|
# — "/v1/messages" is appended automatically when missing.
|
|
# Examples:
|
|
# https://api.anthropic.com
|
|
# https://api.z.ai/api/anthropic
|
|
VITE_ANTHROPIC_API_URL=https://api.anthropic.com
|