We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c1c95 commit 9b70821Copy full SHA for 9b70821
1 file changed
packages/worker/src/index.ts
@@ -92,7 +92,7 @@ async function streamAiResponse(
92
}
93
94
95
- return fullResponse.replace(/^\[INST\]\s*/, '');
+ return fullResponse;
96
97
98
// Constants for system prompts
0 commit comments