atharva-nlp commited on
Commit
1baaf5f
·
verified ·
1 Parent(s): 07c162f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def respond_in_assistant_thread(
54
  messages_in_thread.append({"role": role, "content": message["text"]})
55
 
56
  # Pass the latest prompt and chat history to the LLM (call_llm is your own code)
57
- returned_message = "Static reply message"
58
 
59
  # Post the result in the assistant thread
60
  say(text=returned_message)
 
54
  messages_in_thread.append({"role": role, "content": message["text"]})
55
 
56
  # Pass the latest prompt and chat history to the LLM (call_llm is your own code)
57
+ returned_message = "Static reply message new message"
58
 
59
  # Post the result in the assistant thread
60
  say(text=returned_message)