RithikaChalam commited on
Commit
dbecab0
·
verified ·
1 Parent(s): 0b1603b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,9 +107,9 @@ def get_top_chunks(query, chunk_embeddings, text_chunks):
107
  #top_tiger_results = get_top_chunks(message, tiger_chunk_embeddings, cleaned_tiger_chunks)
108
 
109
  client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
110
-
111
- def respond(message, history, mom_type) :
112
  mom_type = []
 
 
113
  if mom_type == "Cool Mom" :
114
  top_results = get_top_chunks(message, cool_chunk_embeddings, cleaned_cool_chunks)
115
  elif mom_type == "Tutor Mom" :
 
107
  #top_tiger_results = get_top_chunks(message, tiger_chunk_embeddings, cleaned_tiger_chunks)
108
 
109
  client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
 
 
110
  mom_type = []
111
+ def respond(message, history, mom_type) :
112
+ # mom_type = []
113
  if mom_type == "Cool Mom" :
114
  top_results = get_top_chunks(message, cool_chunk_embeddings, cleaned_cool_chunks)
115
  elif mom_type == "Tutor Mom" :