forked from Grigorij-Dudnik/Clean-Coder-AI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
31 lines (27 loc) · 744 Bytes
/
.env.template
File metadata and controls
31 lines (27 loc) · 744 Bytes
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
# Must have
## Full path of the project dir you work on. Here Clean Coder will write code. It's his workplace, should be outside of Clean Coder dir itself.
WORK_DIR=
# Model providers (provide at least one)
ANTHROPIC_API_KEY=
OPENAI_API_KEY=
OPENROUTER_API_KEY=
OLLAMA_MODEL=
LOCAL_MODEL_API_BASE=
LOCAL_MODEL_NAME=
## For Manager agent
TODOIST_API_KEY=
TODOIST_PROJECT_ID=
# Optional
## For automatic error check
LOG_FILE=
## Frontend Feedback
FRONTEND_URL=
## Edit transcription of voice record before sending to agent
EDIT_TRANSCRIPTION=
## Show planner intermediate reasoning
SHOW_LOGIC_PLAN=
# Optional - LLM observability
LANGCHAIN_TRACING_V2=
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
LANGCHAIN_API_KEY=
LANGCHAIN_PROJECT=