Skip to content

Commit 9b70821

Browse files
committed
remove this fix
1 parent 92c1c95 commit 9b70821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/worker/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async function streamAiResponse(
9292
}
9393
}
9494
}
95-
return fullResponse.replace(/^\[INST\]\s*/, '');
95+
return fullResponse;
9696
}
9797

9898
// Constants for system prompts

0 commit comments

Comments
 (0)