-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (18 loc) · 1.12 KB
/
Copy path.env.example
File metadata and controls
20 lines (18 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Provide at least one for cloud providers. If several are present, the default
# is the first available in this order: Anthropic, Gemini, DeepSeek, Qwen.
# Ollama runs locally and needs no key.
ANTHROPIC_API_KEY=
GEMINI_API_KEY=
DEEPSEEK_API_KEY=
QWEN_API_KEY= # Alibaba DashScope key (DASHSCOPE_API_KEY also accepted)
# Optional overrides (also settable via config file / CLI flags)
# TINY_CODE_PROVIDER=anthropic # anthropic | gemini | ollama | deepseek | qwen
# TINY_CODE_MODEL=claude-opus-4-8
# TINY_CODE_OLLAMA_URL=http://localhost:11434/v1 # Ollama OpenAI-compatible endpoint
# TINY_CODE_DEEPSEEK_URL=https://api.deepseek.com/v1
# TINY_CODE_QWEN_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
# TINY_CODE_PRIORITY=balanced # performance | cost | balanced (default) — auto-picks a model when none is pinned
# TINY_CODE_EFFORT=high # low | medium | high | xhigh | max — Anthropic thinking budget
# Self-improvement: reflect on sessions and propose markdown-only improvement PRs.
# On by default; set to 0 to disable. Requires the `gh` CLI installed + authed.
# TINY_CODE_IMPROVE=1 # 1 | 0