diff --git a/src/models/local.js b/src/models/local.js index 7a018b5..8a655bb 100644 --- a/src/models/local.js +++ b/src/models/local.js @@ -47,7 +47,7 @@ export class Local { } // If the model name includes "deepseek-r1" or "Andy-3.5-reasoning", then handle the block. - if (this.model_name && this.model_name.includes("deepseek-r1") || this.model_name.includes("andy-3.5-reasoning")) { + if (this.model_name && this.model_name.includes("deepseek-r1") || this.model_name.includes("andy-3.5:reasoning")) { // Fixed right here for deepsee-r1 and andy-3.5:reasoning const hasOpenTag = res.includes(""); const hasCloseTag = res.includes("");