ROI选区01

This commit is contained in:
2026-01-20 17:42:18 +08:00
parent 232a3827d4
commit 604ef82ffb
32 changed files with 3800 additions and 383 deletions

18
.env.example Normal file
View File

@@ -0,0 +1,18 @@
# Redis 配置(可选,用于分布式部署)
# 连接配置
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_DB=0
# 事件队列配置
REDIS_EVENT_QUEUE=security_events
REDIS_ALARM_QUEUE=security_alarms
# 大模型 API 配置
LLM_API_KEY=your-api-key
LLM_BASE_URL=https://api.openai.com/v1
LLM_MODEL=gpt-4-vision-preview
# 其他配置
LOG_LEVEL=INFO