12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
# vLLM API endpoint
|
|
VLLM_URL=http://localhost:8000/v1
|
|
|
|
# Redis/Valkey connection (rediss:// for TLS)
|
|
REDIS_URL=redis://localhost:6379
|
|
|
|
# Maximum context window size
|
|
MAX_CONTEXT_TOKENS=32768
|
|
|
|
# Tool call mode: native | simulated
|
|
TOOL_CALL_MODE=native
|