progress 235b
This commit is contained in:
@@ -38,6 +38,24 @@
|
||||
"tool_call": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"framework-llama": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"name": "Framework Desktop (Strix Halo) — llama.cpp (long-task)",
|
||||
"options": {
|
||||
"baseURL": "http://framework:8081/v1",
|
||||
"apiKey": "dummy"
|
||||
},
|
||||
"models": {
|
||||
"qwen3-235b": {
|
||||
"name": "Qwen3-235B-A22B Instruct 2507 (~5-10 tok/s, manual start)",
|
||||
"limit": {
|
||||
"context": 65536,
|
||||
"output": 16384
|
||||
},
|
||||
"tool_call": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"mcp": {
|
||||
@@ -49,11 +67,19 @@
|
||||
"searxng": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "mcp-searxng"],
|
||||
"enabled": true,
|
||||
"enabled": false,
|
||||
"environment": {
|
||||
"SEARXNG_URL": "https://searxng.n0n.io"
|
||||
}
|
||||
},
|
||||
"kagi": {
|
||||
"type": "local",
|
||||
"command": ["uvx", "kagimcp"],
|
||||
"enabled": true,
|
||||
"environment": {
|
||||
"KAGI_API_KEY": "${KAGI_API_KEY}"
|
||||
}
|
||||
},
|
||||
"serena": {
|
||||
"type": "local",
|
||||
"command": [
|
||||
@@ -82,7 +108,7 @@
|
||||
"--read-only",
|
||||
"--toolsets", "repos,issues,pull_requests,code_security"
|
||||
],
|
||||
"enabled": false
|
||||
"enabled": true
|
||||
},
|
||||
"task-master": {
|
||||
"type": "local",
|
||||
|
||||
Reference in New Issue
Block a user