Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
|
|
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 |
|