nguyetn commited on
Commit
ca410f4
·
verified ·
1 Parent(s): 1165c6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -107,7 +107,8 @@ 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
 
 
107
  #top_tiger_results = get_top_chunks(message, tiger_chunk_embeddings, cleaned_tiger_chunks)
108
 
109
  client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
110
+ # NN commented out both
111
+ # mom_type = []
112
  def respond(message, history, mom_type) :
113
  # mom_type = []
114