mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 10:40:12 -04:00
39 lines
956 B
JSON
39 lines
956 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {
|
|
"llama-stack": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"name": "Rigby Llama Stack",
|
|
"options": {
|
|
"baseURL": "https://ai.ramos.codes/stack/v1",
|
|
"apiKey": "{env:LLAMA_API_KEY}"
|
|
},
|
|
"models": {
|
|
"llamacpp/Qwen3-Coder-30B-A3B-Instruct-Q6_K": {
|
|
"name": "Qwen3-Coder-30B-A3B-Instruct-Q6",
|
|
"limit": {
|
|
"context": 262144,
|
|
"output": 8192
|
|
},
|
|
"cost": {
|
|
"input": 0,
|
|
"output": 0,
|
|
"cache_read": 0,
|
|
"cache_write": 0
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"mcp": {
|
|
"search": {
|
|
"type": "remote",
|
|
"url": "https://ai.ramos.codes/mcp/web_search/mcp",
|
|
"headers": {
|
|
"X-API-Key": "{env:LLAMA_API_KEY}"
|
|
},
|
|
"enabled": true
|
|
}
|
|
},
|
|
"model": "llama-stack/llamacpp/Qwen3-Coder-30B-A3B-Instruct-Q6_K"
|
|
}
|