psuserlas commited on
Commit
0a25f87
·
verified ·
1 Parent(s): dbecab0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ 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
- mom_type = []
111
  def respond(message, history, mom_type) :
112
  # mom_type = []
113
  if mom_type == "Cool 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" :