-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 873 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (19 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# --- Upstream OpenAI-compatible endpoint (used by GET /v1/models) ---
UPSTREAM_BASE_URL=http://127.0.0.1:8080
UPSTREAM_API_KEY=sk-REPLACE_ME
# --- LLM-backed service recommendations ---------------------------------
AGENT_TOOLS_ASK_BASE_URL=http://127.0.0.1:8080
AGENT_TOOLS_ASK_API_KEY=sk-REPLACE_ME
AGENT_TOOLS_ASK_MODEL=Qwen/Qwen3-8B
# --- Server -------------------------------------------------------------
HOST=127.0.0.1
PORT=9100
ALLOWED_MODELS=Qwen/Qwen3-8B
# --- Directory site (agent-tools.cloud) ---------------------------------
AGENT_TOOLS_DB_PATH=/opt/mcpserver/data/agent-tools.db
AGENT_TOOLS_ASK_RATE_LIMIT_PER_MINUTE=10
AGENT_TOOLS_ASK_RATE_LIMIT_PER_DAY=200
AGENT_TOOLS_SUBMIT_RATE_LIMIT_PER_DAY=5
# --- Metrics -------------------------------------------------------------
# If unset, /metrics is only readable from localhost.
METRICS_BEARER_TOKEN=