From faf8d051159ea0f6c1d4db086b69536a520b1345 Mon Sep 17 00:00:00 2001 From: IP10 Date: Mon, 11 Aug 2025 12:21:41 +0530 Subject: [PATCH] Update shoppingassistantservice.py --- src/shoppingassistantservice/shoppingassistantservice.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shoppingassistantservice/shoppingassistantservice.py b/src/shoppingassistantservice/shoppingassistantservice.py index c2b6b108972..70b122255d4 100755 --- a/src/shoppingassistantservice/shoppingassistantservice.py +++ b/src/shoppingassistantservice/shoppingassistantservice.py @@ -67,6 +67,7 @@ def talkToGemini(): print("Beginning RAG call") prompt = request.json['message'] prompt = unquote(prompt) + print("heyyyy") talkToGemini() # Step 1 – Get a room description from Gemini-vision-pro llm_vision = ChatGoogleGenerativeAI(model="gemini-1.5-flash")