-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (29 loc) · 1.52 KB
/
Copy path.env.example
File metadata and controls
35 lines (29 loc) · 1.52 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
31
32
33
34
35
# =============================================================================
# orbiter — environment variables
# Copy to `.env` and fill in real values. Never commit a populated `.env`.
# =============================================================================
# --- Xiaomi MiMo API (https://platform.xiaomimimo.com) -----------------------
ORBITER_MIMO_API_KEY=sk-xxx-replace-me
ORBITER_MIMO_BASE_URL=https://api.xiaomimimo.com/v1
# --- Model routing ----------------------------------------------------------
# Reasoner: deep code analysis, patch synthesis, JSON-schema decoding.
ORBITER_MODEL_REASONER=mimo-v2.5-pro
# Multimodal: bug-flow / before-after diagrams attached to the PR body.
ORBITER_MODEL_MULTIMODAL=mimo-v2.5
# TTS: 60-90s audio walkthrough of every PR.
ORBITER_MODEL_TTS=mimo-v2.5-tts
# --- Safety knobs -----------------------------------------------------------
# Hard caps so a runaway loop can never empty the credit jar.
ORBITER_MAX_TOKENS_PER_RUN=2000000
ORBITER_MAX_AGENT_RETRIES=3
ORBITER_MAX_PATCH_ITERATIONS=3
# --- Sandbox ----------------------------------------------------------------
# Verifier executes generated code here. Must be writable; will be wiped.
ORBITER_SANDBOX_DIR=/tmp/orbiter-sandbox
ORBITER_SANDBOX_TIMEOUT_SECONDS=120
# --- Run state --------------------------------------------------------------
ORBITER_STATE_DIR=~/.orbiter
ORBITER_LOG_LEVEL=INFO
# --- Optional: GitHub integration (only if you wire the GH App) -------------
# ORBITER_GITHUB_TOKEN=ghp_xxx
# ORBITER_GITHUB_REPO=owner/name