File size: 666 Bytes
3552405 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # ClauseGuard Configuration
# βββββββββββββββββββββββββββββ
# The Qwen model is served via vLLM with an OpenAI-compatible API.
# No API key is required for local/self-hosted vLLM deployments.
# Set API_KEY to a real key only if your vLLM server enforces authentication.
API_KEY=EMPTY
BASE_URL=http://165.245.141.170:8000/v1
MODEL_NAME=Qwen/Qwen2.5-1.5B-Instruct
# Optional: override these defaults
# MAX_TOKENS=4096
# TIMEOUT_SECONDS=120
# TEMPERATURE=0.0
# Legacy DeepSeek compatibility (also accepted as fallback)
# DEEPSEEK_API_KEY=sk-xxx
# BASE_URL=https://api.deepseek.com
# MODEL_NAME=deepseek-chat
|