From 775dd7710f1669421346ca7881c1b624c8f06e91 Mon Sep 17 00:00:00 2001 From: Rezart Abazi Date: Sat, 6 Jan 2024 14:26:29 +0100 Subject: [PATCH] data extraction from jpg llm --- backend/routes/data_profile_routes.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/backend/routes/data_profile_routes.py b/backend/routes/data_profile_routes.py index c4b05a3..3a12d70 100644 --- a/backend/routes/data_profile_routes.py +++ b/backend/routes/data_profile_routes.py @@ -78,9 +78,3 @@ async def preview_data_profile( gpt = GPTLLM() data = gpt.extract_data_from_jpg(instructions, jpg_file) return data - - -# the response has to be a json - -# file -- > convert to jpg --> | -# data-profile --> | --> llm --> response