qwen optimizations it works good now

This commit is contained in:
Dax Raad
2025-07-25 18:27:51 -04:00
parent 1149b984d9
commit 6b7058fe1c
2 changed files with 7 additions and 6 deletions

View File

@@ -64,12 +64,12 @@ export namespace ToolRegistry {
}
export function enabled(_providerID: string, modelID: string): Record<string, boolean> {
if (modelID.includes("claude")) {
if (modelID.toLowerCase().includes("claude")) {
return {
patch: false,
}
}
if (modelID.includes("qwen")) {
if (modelID.toLowerCase().includes("qwen")) {
return {
patch: false,
todowrite: false,