Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -533,7 +533,7 @@ def generate(
|
|
533 |
# --- rAgent Reasoning branch ---
|
534 |
if text.strip().lower().startswith("@ragent"):
|
535 |
prompt = text[len("@ragent"):].strip()
|
536 |
-
yield " > Processing reasoning chain using Llama mode
|
537 |
# Pass the current chat history (cleaned) to help inform the chain.
|
538 |
for partial in ragent_reasoning(prompt, clean_chat_history(chat_history)):
|
539 |
yield partial
|
|
|
533 |
# --- rAgent Reasoning branch ---
|
534 |
if text.strip().lower().startswith("@ragent"):
|
535 |
prompt = text[len("@ragent"):].strip()
|
536 |
+
yield " > Processing reasoning chain using Llama mode ββββββββββ 95%"
|
537 |
# Pass the current chat history (cleaned) to help inform the chain.
|
538 |
for partial in ragent_reasoning(prompt, clean_chat_history(chat_history)):
|
539 |
yield partial
|