borderless / .env.example
spagestic's picture
switched to qwen
71a7158
Raw
History Blame Contribute Delete
508 Bytes
EXA_API_KEY=
FIRECRAWL_API_KEY=
HF_TOKEN=
BORDERLESS_MODEL_ID=Qwen/Qwen3.6-27B:featherless-ai
BORDERLESS_INFERENCE_MODE=hub
BORDERLESS_MAX_TOOL_ROUNDS=7
BORDERLESS_TRACE_DIR=agent_traces
# Set to 1 if you do not want local JSONL trace logs.
BORDERLESS_DISABLE_TRACE_LOGS=0
# Optional: local MiniCPM on ZeroGPU instead of remote Inference API
# BORDERLESS_INFERENCE_MODE=local
# BORDERLESS_MODEL_ID=openbmb/MiniCPM5-1B
# BORDERLESS_ENABLE_THINKING=1
# BORDERLESS_GPU_DURATION=60
# BORDERLESS_PRELOAD_MODEL=0