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