-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path.env.template
35 lines (31 loc) · 845 Bytes
/
.env.template
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
# 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=
GOOGLE_API_KEY=
OLLAMA_MODEL=
LOCAL_MODEL_API_BASE=
LOCAL_MODEL_NAME=
# Optional, but highly recommended
## For RAG tool of Researcher
COHERE_API_KEY=
# Optional
## For Manager agent
TODOIST_API_KEY=
TODOIST_PROJECT_ID=
## 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=true
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
LANGCHAIN_API_KEY=
LANGCHAIN_PROJECT=