Spaces:
Build error
Build error
Update backend_app/rag_hf.py
Browse files- backend_app/rag_hf.py +2 -3
backend_app/rag_hf.py
CHANGED
|
@@ -134,11 +134,10 @@ class RAGEngineHF:
|
|
| 134 |
prompt = f"""
|
| 135 |
You are the SysLink Food System assistant.
|
| 136 |
|
| 137 |
-
|
| 138 |
-
Do NOT invent facts.
|
| 139 |
|
| 140 |
Write in simple, clear language.
|
| 141 |
-
Keep responses MEDIUM length (
|
| 142 |
If information is missing, say what is missing.
|
| 143 |
|
| 144 |
{lang_line}
|
|
|
|
| 134 |
prompt = f"""
|
| 135 |
You are the SysLink Food System assistant.
|
| 136 |
|
| 137 |
+
you can Answer using the information given BELOW if not GET from Web
|
|
|
|
| 138 |
|
| 139 |
Write in simple, clear language.
|
| 140 |
+
Keep responses MEDIUM length (10-20 lines).
|
| 141 |
If information is missing, say what is missing.
|
| 142 |
|
| 143 |
{lang_line}
|