# 和 genui-sdk-playground-server 中配置一致,用来发送 chat 请求的 api key 和 base url
DEEPSEEK_API_KEY=<your-api-key-here>
DEEPSEEK_BASE_URL=https://api.modelarts-maas.com/v1/
# 为 true 时默认使用 maas-models.json 中的全部模型(多模型);可被 BENCH_MODELS 覆盖
# BENCH_MODELS_FROM_MAAS=true
# 使用 maas 清单拉模型名时必填:相对本包根目录(与 main.ts、.env 同级),或绝对路径
BENCH_MAAS_MODELS_PATH=../../sites/playground/server/maas-models.json
# 单次 streamText 超时(毫秒);默认同 benchmark.config 的 streamTimeoutMs(600000);0=不限制
# BENCH_STREAM_TIMEOUT_MS=900000
# 为 false 时不生成 report_<runDir>.xlsx(默认同 benchmark.config 的 writeExcel)
# BENCH_WRITE_EXCEL=false
# 为 true 时除完整 system 外,额外生成 system 为空的「纯文本」对照样本(文件名后缀 _plain.json)
# BENCH_COMPARE_EMPTY_SYSTEM=true
# 为 true 时只生成 plain(*_plain.json),不生成 full;与已有 full 同目录对比时配合 BENCH_TARGET_SAMPLE_RUN_DIR
# BENCH_PLAIN_ONLY=true
# 样本写入已有 run 目录(绝对路径,或相对于默认 reports/ 的子目录名),不再新建时间戳子目录
# BENCH_TARGET_SAMPLE_RUN_DIR=2026-05-07_12-00-00
# 为 true 时若目标样本 .json 已存在则跳过 API(续跑同一目录时默认即为 true;设为 false 可强制覆盖重跑)
# BENCH_SKIP_EXISTING_SAMPLES=true