-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
58 lines (54 loc) · 1.54 KB
/
Copy pathopencode.json
File metadata and controls
58 lines (54 loc) · 1.54 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"$schema": "https://opencode.ai/config.json",
"autoshare": false,
"autoupdate": false,
"theme": "system",
"provider": {
"litellm": {
"npm": "@ai-sdk/openai-compatible",
"name": "LiteLLM (Paradigm proxy)",
"options": {
"apiKey": "{env:LITELLM_API_KEY}",
"baseURL": "https://litellm.appexx.me/v1"
},
"models": {
"deepseek-v4-pro": {
"name": "DeepSeek V4 PRO — R1 reasoner (chain-of-thought, main model)"
},
"deepseek-v4-flash": {
"name": "DeepSeek V4 Flash — DeepSeek Chat V3 (small_model, cheap routing)"
},
"kimi-k2": {
"name": "Kimi K2 via OpenRouter — long-context fallback (out of credits — top-up needed)"
},
"gpt-4o-mini": {
"name": "GPT-4o-mini alias → DeepSeek Chat (compat for hardcoded clients)"
},
"gpt-5-nano": {
"name": "GPT-5 nano alias → DeepSeek Chat (compat for hardcoded clients)"
}
}
}
},
"model": "litellm/deepseek-v4-pro",
"small_model": "litellm/deepseek-v4-pro",
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"enabled": true
},
"github": {
"type": "local",
"command": ["npx", "-y", "@modelcontextprotocol/server-github"],
"environment": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "{env:GITHUB_TOKEN}"
},
"enabled": true
}
},
"instructions": [
"/workspaces/dotfiles-private/CLAUDE.md",
"/app/scripts/AGENT_GUIDANCE.md"
]
}