From 77ec296ac305ce5dcfd532f02fcb13c9393e2723 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 22 Mar 2024 00:11:17 -0700 Subject: [PATCH] chore: print removed --- backend/apps/ollama/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/apps/ollama/main.py b/backend/apps/ollama/main.py index 5d66979ce..80be539a8 100644 --- a/backend/apps/ollama/main.py +++ b/backend/apps/ollama/main.py @@ -964,8 +964,6 @@ async def download_file_stream( done = current_size == total_size progress = round((current_size / total_size) * 100, 2) - print(progress) - yield f'data: {{"progress": {progress}, "completed": {current_size}, "total": {total_size}}}\n\n' if done: