Initial commit: InternalAuditInterprise
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# 运行环境:dev | prod
|
||||
# prod 下禁用一切公网 LLM Provider(数据零出域红线)
|
||||
AIAUDIT_ENV=dev
|
||||
|
||||
# 数据库(本地 PostgreSQL 16 / Postgres.app,无密码)
|
||||
DATABASE_URL=postgresql+psycopg://freedak@localhost:5432/aiaudit
|
||||
|
||||
# Redis / Celery
|
||||
REDIS_URL=redis://localhost:6379/0
|
||||
|
||||
# MinIO
|
||||
MINIO_ENDPOINT=localhost:9000
|
||||
MINIO_ACCESS_KEY=aiaudit
|
||||
MINIO_SECRET_KEY=aiaudit_dev
|
||||
|
||||
# LLM Provider:dashscope(公网,仅 dev)| vllm(本地,prod)
|
||||
LLM_PROVIDER=dashscope
|
||||
# 公网千问(仅开发测试,且只允许脱敏/样例假数据)
|
||||
DASHSCOPE_API_KEY=
|
||||
DASHSCOPE_MODEL=qwen-plus
|
||||
# 本地 vLLM(生产)
|
||||
VLLM_BASE_URL=http://localhost:8001/v1
|
||||
VLLM_MODEL=qwen2.5-72b-instruct
|
||||
Reference in New Issue
Block a user