-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (38 loc) · 1.29 KB
/
Copy path.env.example
File metadata and controls
38 lines (38 loc) · 1.29 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
36
37
38
# Optional: used for Anthropic API planning or as an API fallback when Claude terminal is unavailable
ANTHROPIC_API_KEY=
GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
GITHUB_REPO=yourname/yourrepo
OLLAMA_MODEL=qwen2.5-coder:7b
OLLAMA_PLANNER_MODEL=qwen2.5-coder:7b
OLLAMA_AUTO_PULL=true
OLLAMA_FALLBACK_MODEL=qwen2.5-coder:7b
PLAN_MODEL_PROVIDER=auto
AIDER_MODEL=ollama/qwen2.5-coder:7b
AIDER_EDITOR_MODEL=
AIDER_ARCHITECT=0
AIDER_TRACE=false
# Optional trace path; leave empty unless you explicitly want verbose aider logs saved
AIDER_TRACE_DIR=
OLLAMA_API_BASE=http://127.0.0.1:11434
GIT_COMMIT_NAME=Rabin Pipeline Bot
GIT_COMMIT_EMAIL=rabin-pipeline-bot@users.noreply.github.com
# Leave empty to default to $HOME/.local/state/rabin/<project>/history
PIPELINE_STATE_DIR=
# Leave empty to default to $HOME/.local/state/rabin/<project>/issues.db
PIPELINE_DB_PATH=
PIPELINE_REPO_STATE_SUBDIR=.rabin/history
TARGET_BRANCH=
PIPELINE_BRANCH_MODE=issue-branch
SKIP_PR_CREATE=auto
WORK_DIR=$HOME/pipeline
REPO_DIR=$HOME/projects
REPO_PATH_OVERRIDE=
VENV_DIR=$HOME/.venv/pipeline
POLL_INTERVAL_MINUTES=5
PROJECT_NAME=default
TRIGGER_LABEL=overnight-task
PROCESSING_LABEL=processing
TASK_LABEL_CODE=task-code
TASK_LABEL_E2E=task-e2e
# Optional: set this if task-e2e should invoke a custom toolchain command
E2E_RUNNER_CMD=