prithivMLmods commited on
Commit
17b1f4b
Β·
verified Β·
1 Parent(s): 0524a22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β–’β–’ 69%"
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