Initial commit
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user