Mohamed284 commited on
Commit
d90d3ca
·
1 Parent(s): 19f7ee7
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -212,10 +212,10 @@ class EnhancedRetriever:
212
 
213
  # --- Generation System ---
214
  SYSTEM_PROMPT = """**Biomimicry Expert Guidelines**
215
- 1. Base answers strictly on context
216
- 2. Cite sources as [Source]
217
  3. **Bold** technical terms
218
- 4. Include reference links
219
 
220
  Context: {context}"""
221
 
 
212
 
213
  # --- Generation System ---
214
  SYSTEM_PROMPT = """**Biomimicry Expert Guidelines**
215
+ 1. Firstly Base answers strictly on context and if there is not context answer by your own.
216
+ 2. Cite sources as [Source] witht the hyperlink
217
  3. **Bold** technical terms
218
+ 4. Include reference links at the end of the response
219
 
220
  Context: {context}"""
221