danidanidani commited on
Commit
e1d39a6
1 Parent(s): 8d8b9ba

Update src/backend/chatbot.py

Browse files
Files changed (1) hide show
  1. src/backend/chatbot.py +1 -1
src/backend/chatbot.py CHANGED
@@ -338,7 +338,7 @@ def get_compatibility_matrix_2(plant_list):
338
  # get plant groupings from LLM
339
  def get_seed_groupings_from_LLM(model, demo_lite):
340
  plant_groupings_evaluated = "no response yet"
341
- if demo_lite:
342
  # just return "no response yet" for now
343
  return plant_groupings_evaluated
344
  template = "You are a helpful assistant that only outputs python lists of lists of lists of plants."
 
338
  # get plant groupings from LLM
339
  def get_seed_groupings_from_LLM(model, demo_lite):
340
  plant_groupings_evaluated = "no response yet"
341
+ if demo_lite or model != "openai-gpt35turbo":
342
  # just return "no response yet" for now
343
  return plant_groupings_evaluated
344
  template = "You are a helpful assistant that only outputs python lists of lists of lists of plants."