tool-calling / configs /opencode-qwen35.json
jedisct1's picture
Add tool-calling harness dataset
bd43184 verified
Raw
History Blame Contribute Delete
848 Bytes
{
"$schema": "https://opencode.ai/config.json",
"model": "qwen35/qwen35",
"small_model": "qwen35/qwen35",
"provider": {
"qwen35": {
"npm": "@ai-sdk/openai-compatible",
"name": "qwen35 local OpenAI-compatible server",
"options": {
"baseURL": "http://127.0.0.1:8000/v1",
"apiKey": "omlx"
},
"models": {
"qwen35": {
"name": "qwen35",
"tool_call": true,
"limit": {
"context": 128000,
"output": 65536
}
}
}
}
},
"permission": {
"bash": "allow",
"edit": "allow",
"read": "allow",
"grep": "allow",
"glob": "allow",
"webfetch": "allow",
"websearch": "allow",
"lsp": "allow",
"skill": "allow",
"todowrite": "allow",
"task": "allow"
},
"share": "disabled"
}