Remove [DONE] check

This commit is contained in:
Leszek Hanusz 2026-02-04 18:10:19 +01:00
parent 031e426005
commit 77dc99cd9a
2 changed files with 0 additions and 4 deletions

Binary file not shown.

View File

@ -242,10 +242,6 @@ export class CompletionService {
if (line.startsWith('data: ')) {
const data = line.slice(6);
if (data === '[DONE]') {
streamFinished = true;
continue;
}
try {
const parsed: ApiCompletionStreamChunk = JSON.parse(data);