feat: Dify score API complete — add SCORE_API_TOKEN to .env.example
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -30,3 +30,8 @@ PARSER_FAILURE_MODE=fail
|
||||
|
||||
# 生成题库时使用的模型(可在 Web 控制台 LLM 配置中按场景覆盖)
|
||||
DATASET_GENERATOR_MODEL=qwen3.6-plus
|
||||
|
||||
# ===== Dify 集成 — 实时评分 API =====
|
||||
# 为 /api/score 端点设置 Bearer Token 鉴权(留空则不鉴权,适合内网部署)
|
||||
# Dify 外部 Tool 配置 Authorization: Bearer <此处填写相同值>
|
||||
SCORE_API_TOKEN=
|
||||
|
||||
Reference in New Issue
Block a user