Files
HIS/患者列表处理/人工复核网页端/.env.example

17 lines
505 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
REVIEW_APP_USERNAME=admin
REVIEW_APP_PASSWORD=change-me
REVIEW_APP_SECRET_KEY=change-me-to-a-random-string
REVIEW_APP_PORT=8090
REVIEW_POSTGRES_SYNC=1
HIS_LIST_DATA_ROOT=/path/to/HIS数据/患者列表
KIMI_API_KEY=change-me
KIMI_API_ENABLED=1
KIMI_MODEL=kimi-k2.6
KIMI_TIMEOUT_SECONDS=120
KIMI_IMAGE_MAX_WIDTH=1200
KIMI_AUDIT_MAX_TOKENS=768
KIMI_CORRECTION_MAX_TOKENS=768
# Docker 内默认挂载项目根目录到 /workspace本机直接运行时可改为项目根目录。
WORKSPACE_ROOT=/workspace