30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
# =============================================================================
|
||
# video-product-snapshot 环境变量配置
|
||
# =============================================================================
|
||
#
|
||
# 只需在 ~/.openclaw/.env 中配置 CLIENT_KEY:
|
||
# CLIENT_KEY=sk_xxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxx
|
||
#
|
||
# Vision API key、图搜接口等均通过 auth-rt client-config 自动获取,
|
||
# 无需在此手动填写。
|
||
# =============================================================================
|
||
|
||
# -----------------------------------------------------------------------------
|
||
# 可选覆盖(通常不需要)
|
||
# -----------------------------------------------------------------------------
|
||
|
||
# 覆盖 Vision 模型(默认来自 client config,fallback 为 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
|