Add per-action AI privacy mode
This commit is contained in:
21
患者首页处理/.env.example
Normal file
21
患者首页处理/.env.example
Normal file
@@ -0,0 +1,21 @@
|
||||
PGHOST=your-db-host
|
||||
PGPORT=5432
|
||||
PGDATABASE=your-db-name
|
||||
PGUSER=your-db-user
|
||||
PGPASSWORD=your-db-password
|
||||
PGTABLE=your-front-page-table
|
||||
|
||||
APP_HOST=0.0.0.0
|
||||
APP_PORT=8501
|
||||
REVIEW_ADMIN_USER=admin
|
||||
REVIEW_ADMIN_PASSWORD=change-me
|
||||
REVIEW_STATUS_CHECK_TIME=03:00
|
||||
|
||||
PDF_DIR=/data/pdfs
|
||||
PDF_DIR_HOST=../已处理-患者首页PDF
|
||||
|
||||
MOONSHOT_API_KEY=your-kimi-api-key
|
||||
KIMI_MODEL=kimi-k2.6
|
||||
KIMI_CONCURRENCY=3
|
||||
KIMI_THINKING_ENABLED=false
|
||||
KIMI_AI_SCOPE_MODE=all
|
||||
Reference in New Issue
Block a user