ToolAgent/opencode.json

24 lines
525 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"provider": {
"Agent": {
"api": "openai",
"options": {
"baseURL": "http://localhost:8000/v1/",
"apiKey": "not-needed"
},
"models": {
"Qwen2.5-7B-Instruct": {
"id": "Qwen2.5-7B-Instruct",
"name": "Qwen2.5-7B-Instruct",
"limit": { "context": 32768, "output": 8192 },
"cost": { "input": 0, "output": 0 }
}
}
}
},
"experimental": {
"mcp_timeout": 60000
}
}