video-product-finder/.env.example

30 lines
1.2 KiB
Plaintext
Raw Normal View History

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