Initial commit
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user