danidanidani commited on
Commit
bd4544e
·
1 Parent(s): 3ec9efb

Update src/backend/chatbot.py

Browse files
Files changed (1) hide show
  1. src/backend/chatbot.py +2 -1
src/backend/chatbot.py CHANGED
@@ -365,8 +365,9 @@ def get_seed_groupings_from_LLM(model, demo_lite):
365
 
366
  """
367
  )
368
-
369
  plant_groupings = chat_response(template, text, model, demo_lite)
 
370
  print("response about LLMs choice on groupings", plant_groupings)
371
 
372
  # try to eval the string to a list of lists
 
365
 
366
  """
367
  )
368
+ print('starting llm plant groupings')
369
  plant_groupings = chat_response(template, text, model, demo_lite)
370
+ print('working on llm plant groupings')
371
  print("response about LLMs choice on groupings", plant_groupings)
372
 
373
  # try to eval the string to a list of lists