25 lines
783 B
Bash
25 lines
783 B
Bash
FEISHU_APP_ID=cli_xxxxxxxxxxxxxxxx
|
|
FEISHU_APP_SECRET=replace-with-app-secret
|
|
FEISHU_DOMAIN=feishu
|
|
|
|
DEEPSEEK_RUNTIME_URL=http://127.0.0.1:7878
|
|
DEEPSEEK_RUNTIME_TOKEN=replace-with-long-random-token
|
|
DEEPSEEK_WORKSPACE=/opt/whalebro
|
|
DEEPSEEK_MODEL=auto
|
|
DEEPSEEK_MODE=agent
|
|
DEEPSEEK_ALLOW_SHELL=true
|
|
DEEPSEEK_TRUST_MODE=false
|
|
DEEPSEEK_AUTO_APPROVE=false
|
|
|
|
# Comma-separated chat IDs, open IDs, or union IDs allowed to control the runtime.
|
|
# Leave empty only during first pairing, with DEEPSEEK_ALLOW_UNLISTED=true.
|
|
DEEPSEEK_CHAT_ALLOWLIST=
|
|
DEEPSEEK_ALLOW_UNLISTED=false
|
|
|
|
FEISHU_THREAD_MAP_PATH=/var/lib/codewhale-feishu-bridge/thread-map.json
|
|
FEISHU_ALLOW_GROUPS=false
|
|
FEISHU_REQUIRE_PREFIX_IN_GROUP=true
|
|
FEISHU_GROUP_PREFIX=/ds
|
|
FEISHU_MAX_REPLY_CHARS=3500
|
|
DEEPSEEK_TURN_TIMEOUT_MS=900000
|