elinstallation commited on
Commit
8127a67
·
verified ·
1 Parent(s): c90e62c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, chatbot_mode_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)
 
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)