Skip to content

Commit e075907

Browse files
committed
lint fix
1 parent b4526bf commit e075907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/llm/llms/Ollama.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ class Ollama extends BaseLLM implements ModelInstaller {
314314
"Ollama: skipping image with invalid data URL format",
315315
part.imageUrl.url,
316316
);
317+
}
317318
}
318319
});
319320
if (images.length > 0) {

0 commit comments

Comments
 (0)