-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (27 loc) · 1.07 KB
/
.env.example
File metadata and controls
30 lines (27 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ===========================
# Model Parameters
# ===========================
LLM_API_ENDPOINT="http://*****:*****/v1"
LLM_API_KEY="sk-*****"
LLM_MODEL_NAME="gemini-3-pro"
# ===========================
# Vision Parameters
# ===========================
GRID_STEP=100 # Global grid line spacing, in pixels
LOCAL_GRID_STEP=20 # Local fine grid line spacing, in pixels
CROP_SIZE=400 # Local screenshot width/height, in pixels
GRID_COLOR="red" # Grid marker color
GRID_WIDTH=1 # Grid marker line width
MOUSE_COLOR="white" # Mouse marker color
MOUSE_WIDTH=4 # Mouse marker line width
# ===========================
# Runtime Parameters
# ===========================
MAX_STEPS=100 # Max steps per task to prevent infinite loops
DEBUG_MODE=False # Whether to save screenshots locally
# ===========================
# Memory Parameters
# ===========================
MAX_LONG_MEMORY=20 # Max long-term memory count
MAX_SHORT_MEMORY=20 # Max short-term memory count
COMPRESSION_RATIO=10 # Compress every 10 messages into 1