Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2070,7 +2070,7 @@ def handle_prompt(prompt):
|
|
| 2070 |
base_instructions = (
|
| 2071 |
"Use FH knowledgebase keep wording as-is in knowledgebase.Search on google and give specific and valid source links."
|
| 2072 |
"Strictly dont use trustbucket names in copy headings and content avoid it"
|
| 2073 |
-
"Avoid Flowery words and AI jargons.When finding trustbuilders for food for the hungry Be specific with $amounts, awards, people, programs, and exact figures."
|
| 2074 |
)
|
| 2075 |
# Check if user request includes blog, article, or newsletter
|
| 2076 |
if any(keyword in prompt.lower() for keyword in ["blog", "article","annual report","report", "newsletter"]):
|
|
|
|
| 2070 |
base_instructions = (
|
| 2071 |
"Use FH knowledgebase keep wording as-is in knowledgebase.Search on google and give specific and valid source links."
|
| 2072 |
"Strictly dont use trustbucket names in copy headings and content avoid it"
|
| 2073 |
+
"Avoid Flowery words and AI jargons.When finding trustbuilders for food for the hungry *Be specific with $ amounts, awards, people, programs, and exact figures."
|
| 2074 |
)
|
| 2075 |
# Check if user request includes blog, article, or newsletter
|
| 2076 |
if any(keyword in prompt.lower() for keyword in ["blog", "article","annual report","report", "newsletter"]):
|