Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2122,7 +2122,7 @@ def handle_prompt(prompt):
|
|
| 2122 |
|
| 2123 |
cleaned_text = ""
|
| 2124 |
base_instructions = """
|
| 2125 |
-
|
| 2126 |
|
| 2127 |
1. **Adhere to Uploaded Document's Style**:
|
| 2128 |
- When asked uploaded files or document means knowledgebase.
|
|
@@ -2138,7 +2138,7 @@ def handle_prompt(prompt):
|
|
| 2138 |
|
| 2139 |
4. **Ensure Accuracy**:
|
| 2140 |
- Provide only verifiable and accurate information. Do not include placeholders, fabricated URLs, or vague references.
|
| 2141 |
-
|
| 2142 |
|
| 2143 |
"""
|
| 2144 |
|
|
|
|
| 2122 |
|
| 2123 |
cleaned_text = ""
|
| 2124 |
base_instructions = """
|
| 2125 |
+
Avoid Flowery language and ai words.Be over specific with numbers,names,dollars, programs ,awards and action*
|
| 2126 |
|
| 2127 |
1. **Adhere to Uploaded Document's Style**:
|
| 2128 |
- When asked uploaded files or document means knowledgebase.
|
|
|
|
| 2138 |
|
| 2139 |
4. **Ensure Accuracy**:
|
| 2140 |
- Provide only verifiable and accurate information. Do not include placeholders, fabricated URLs, or vague references.
|
| 2141 |
+
|
| 2142 |
|
| 2143 |
"""
|
| 2144 |
|