Initial commit

This commit is contained in:
2026-03-20 10:28:28 +08:00
commit 1b4d5a277f
30 changed files with 14869 additions and 0 deletions

12
.env.example Normal file
View File

@ -0,0 +1,12 @@
# Email DLP Environment Configuration
# The base URL for the OpenAI-compatible API (e.g., vLLM or OpenAI)
# If not set, it will default to the CLI argument --endpoint (defaulting to http://localhost:8000/v1)
OPENAI_BASE_URL=http://localhost:8000/v1
# The API key for the LLM service.
# For local vLLM, this is typically "not-needed" or any string.
OPENAI_API_KEY=not-needed
# The model name to use for analysis (this can also be passed via --model)
MODEL_NAME=Qwen/Qwen3.5-35B-A3B