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