-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 844 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (16 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Command Code API key (if not set, reads from ~/.config/commandcode-api-proxy/auth.json)
CC_API_KEY=
# Proxy config
HOST=127.0.0.1
PORT=8787
# Upstream timeouts (milliseconds)
# Max wall-clock time for CC to return response headers + first byte.
# Bump this for slow reasoning models that take a while to start streaming.
# CC_UPSTREAM_TIMEOUT_MS=600000 # default: 10 minutes
# Max gap between consecutive data chunks during streaming. If CC opens the
# connection but stops sending data mid-response (stalled tool call, dropped
# TCP, etc.), the proxy aborts the stream and the client gets a clean
# error/finish instead of hanging forever. Set to 0 to disable.
# CC_IDLE_TIMEOUT_MS=120000 # default: 2 minutes
# Anthropic model mapping (optional — prefer --setup-claude-code)
# ANTHROPIC_DEFAULT_MODEL=deepseek/deepseek-v4-pro