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