2026-04-19 23:24:28 +00:00
|
|
|
|
# =============================================================================
|
|
|
|
|
|
# video-product-snapshot 环境变量配置
|
2026-04-20 04:14:43 +00:00
|
|
|
|
# =============================================================================
|
|
|
|
|
|
#
|
|
|
|
|
|
# 只需在 ~/.openclaw/.env 中配置 CLIENT_KEY:
|
|
|
|
|
|
# CLIENT_KEY=sk_xxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
|
|
#
|
|
|
|
|
|
# Vision API key、图搜接口等均通过 auth-rt client-config 自动获取,
|
|
|
|
|
|
# 无需在此手动填写。
|
2026-04-19 23:24:28 +00:00
|
|
|
|
# =============================================================================
|
|
|
|
|
|
|
|
|
|
|
|
# -----------------------------------------------------------------------------
|
2026-04-20 04:14:43 +00:00
|
|
|
|
# 可选覆盖(通常不需要)
|
2026-04-19 23:24:28 +00:00
|
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
|
|
|
2026-04-20 04:14:43 +00:00
|
|
|
|
# 覆盖 Vision 模型(默认来自 client config,fallback 为 gpt-4o-mini)
|
2026-04-19 23:24:28 +00:00
|
|
|
|
# VISION_MODEL=gpt-4o-mini
|
|
|
|
|
|
|
2026-04-20 04:14:43 +00:00
|
|
|
|
# 覆盖 Vision API base URL(默认来自 client config metadata.provider.base_url)
|
|
|
|
|
|
# VISION_API_BASE=https://your-llm-endpoint/v1
|
2026-04-19 23:24:28 +00:00
|
|
|
|
|
2026-04-20 04:14:43 +00:00
|
|
|
|
# 覆盖 Vision API key(默认来自 client config metadata.provider.api_key)
|
|
|
|
|
|
# VISION_API_KEY=sk-...
|
2026-04-19 23:24:28 +00:00
|
|
|
|
|
2026-04-20 04:14:43 +00:00
|
|
|
|
# 覆盖 auth-rt 二进制路径
|
|
|
|
|
|
# AUTH_RT_BIN=/custom/path/to/auth-rt
|
2026-04-19 23:24:28 +00:00
|
|
|
|
|
2026-04-20 04:14:43 +00:00
|
|
|
|
# 遥测上报(可选)
|
|
|
|
|
|
# TELEMETRY_ENDPOINT=https://api-gw-test.yuanwei-lnc.com/ecom/tasks/telemetry
|