Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2103,8 +2103,7 @@ def handle_prompt(prompt):
|
|
| 2103 |
|
| 2104 |
cleaned_text = ""
|
| 2105 |
base_instructions = """
|
| 2106 |
-
|
| 2107 |
-
|
| 2108 |
1. **Focus on Knowledge Base Data**:
|
| 2109 |
- When asked using uploaded documents, files or using knowledgebase files, prioritize information fetch everything asked from there.
|
| 2110 |
- Provide answers based on the knowledge base content when relevant.
|
|
@@ -2140,7 +2139,7 @@ def handle_prompt(prompt):
|
|
| 2140 |
"8. **Polished Presentation**: Ensure the final output is refined, professional, and suitable for publication. The copy should demonstrate mastery of language and content design, leaving no room for ambiguity or errors. "
|
| 2141 |
"dont give source link in content"
|
| 2142 |
"Dont mention trust bucket names literally"
|
| 2143 |
-
"1. ##List of TrustBuilders Used: Provide
|
| 2144 |
" 2. ##Heuristics and Creative Techniques :"
|
| 2145 |
" -List them in a footnote-style small heading."
|
| 2146 |
" Use the following structure:"
|
|
|
|
| 2103 |
|
| 2104 |
cleaned_text = ""
|
| 2105 |
base_instructions = """
|
| 2106 |
+
|
|
|
|
| 2107 |
1. **Focus on Knowledge Base Data**:
|
| 2108 |
- When asked using uploaded documents, files or using knowledgebase files, prioritize information fetch everything asked from there.
|
| 2109 |
- Provide answers based on the knowledge base content when relevant.
|
|
|
|
| 2139 |
"8. **Polished Presentation**: Ensure the final output is refined, professional, and suitable for publication. The copy should demonstrate mastery of language and content design, leaving no room for ambiguity or errors. "
|
| 2140 |
"dont give source link in content"
|
| 2141 |
"Dont mention trust bucket names literally"
|
| 2142 |
+
"1. ##List of TrustBuilders Used: Provide trust-building elements with -[source] "
|
| 2143 |
" 2. ##Heuristics and Creative Techniques :"
|
| 2144 |
" -List them in a footnote-style small heading."
|
| 2145 |
" Use the following structure:"
|