Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ client= InferenceClient("openai/gpt-oss-20b")
|
|
| 132 |
|
| 133 |
information=""
|
| 134 |
|
| 135 |
-
def respond(message, history, chatbot_topic_values,
|
| 136 |
topic_chunks = []
|
| 137 |
if chatbot_topic_values and "Helping Charities" in chatbot_topic_values:
|
| 138 |
topic_chunks = get_top_chunks(message, charity_embeddings, cleaned_charities)
|
|
|
|
| 132 |
|
| 133 |
information=""
|
| 134 |
|
| 135 |
+
def respond(message, history, chatbot_topic_values, user_id=1):
|
| 136 |
topic_chunks = []
|
| 137 |
if chatbot_topic_values and "Helping Charities" in chatbot_topic_values:
|
| 138 |
topic_chunks = get_top_chunks(message, charity_embeddings, cleaned_charities)
|