-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopencode.json
More file actions
34 lines (34 loc) · 901 Bytes
/
Copy pathopencode.json
File metadata and controls
34 lines (34 loc) · 901 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
32
33
34
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"laravel-boost": {
"type": "local",
"enabled": true,
"command": [
"ddev",
"artisan",
"boost:mcp"
]
}
},
"provider": {
"ollama-local": {
"npm": "@ai-sdk/openai-compatible",
"name": "本地 Ollama Qwen3.5",
"options": {
"baseURL": "http://localhost:11434/v1",
"apiKey": "ollama"
},
"models": {
"qwen3.5:9b-q4_K_M": {
"name": "Qwen3.5 9B Q4_K_M 代码模型",
"tool_call": true,
"limit": {
"context": 32768,
"output": 2048
}
}
}
}
}
}