-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.env.example
More file actions
26 lines (20 loc) · 799 Bytes
/
Copy path.env.example
File metadata and controls
26 lines (20 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Required
DEEPSEEK_API_KEY=your_deepseek_api_key
# Optional
PORT=8787
HOST=127.0.0.1
DEEPSEEK_BASE_URL=https://api.deepseek.com
DEEPSEEK_MODEL=deepseek-v4-pro
# enabled maps Codex high/xhigh to DeepSeek high/max.
# disabled or none turns DeepSeek thinking off for all models.
DEEPSEEK_THINKING=enabled
# Keep this off until DeepSeek exposes multimodal input for the selected model.
DEEPSEEK_ENABLE_VISION=0
# Metadata logs default to ~/.codex/codex-deepseek-bridge/logs.
# Set DSCB_LOG_DIR=off to disable logs, or set a custom directory.
# DSCB_LOG_DIR=off
# Payload logging is off by default. Only enable this when you are comfortable
# writing redacted local request/response payloads to disk.
DSCB_LOG_PAYLOADS=0
# Optional local bearer token for the bridge itself.
# DSCB_BRIDGE_API_KEY=