Attempt to improve Windows E2E reliability(#331)

This commit is contained in:
Will Chen
2025-06-04 07:42:00 -07:00
committed by GitHub
parent 2ba22e83e7
commit 69b0e7aba2
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ export const createChatCompletionHandler =
},
null,
2,
),
).replace(/\r\n/g, "\n"),
"utf-8",
);
console.log(`* Dumped messages to: ${dumpFilePath}`);