19 lines
799 B
Plaintext
19 lines
799 B
Plaintext
# =============================================================================
|
||
# video-product-snapshot 环境变量配置
|
||
# =============================================================================
|
||
#
|
||
# 只需在 ~/.openclaw/.env 中配置 CLIENT_KEY:
|
||
# CLIENT_KEY=sk_xxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxx
|
||
#
|
||
# 所有配置(vision API key、接口地址等)均通过 auth-rt client-config 自动获取。
|
||
# =============================================================================
|
||
|
||
# 覆盖 Vision 模型(默认来自 client config,fallback 为 aliyun-cp-multimodal)
|
||
# VISION_MODEL=aliyun-cp-multimodal
|
||
|
||
# 覆盖 auth-rt 二进制路径
|
||
# AUTH_RT_BIN=/custom/path/to/auth-rt
|
||
|
||
# 遥测上报(可选)
|
||
# TELEMETRY_ENDPOINT=https://api-gw-test.yuanwei-lnc.com/ecom/tasks/telemetry
|