mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-09-07 10:32:57 +02:00
Update local.js
This commit is contained in:
parent
a5ff329935
commit
de91971518
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export class Local {
|
|||
}
|
||||
|
||||
// If the model name includes "deepseek-r1" or "Andy-3.5-reasoning", then handle the <think> 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("<think>");
|
||||
const hasCloseTag = res.includes("</think>");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue