13 lines
484 B
Plaintext
13 lines
484 B
Plaintext
# 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
|