tatianija commited on
Commit
11b48f1
·
verified ·
1 Parent(s): 08f4cee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -610,7 +610,7 @@ Available context: {"Yes - rich context from attachments/URLs" if has_rich_conte
610
 
611
  Context preview: {(attachment_context + url_context)[:500]}...
612
 
613
- Answer with just "YES" if web search would be helpful, or "NO" if the available context is sufficient or if this is a general knowledge question that doesn't require current information.
614
  """
615
 
616
  decision = self._chat_completion(decision_prompt, max_tokens=10, temperature=0.1)
 
610
 
611
  Context preview: {(attachment_context + url_context)[:500]}...
612
 
613
+ Answer with just "YES" only if your general knowledge and/or the provided context are insufficient to answer the question. Say "NO" otherwise.
614
  """
615
 
616
  decision = self._chat_completion(decision_prompt, max_tokens=10, temperature=0.1)