Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -283,7 +283,7 @@ tools = [knowledge_base_tool, google_search_tool]
|
|
| 283 |
|
| 284 |
# Create the prompt template
|
| 285 |
prompt_message = f"""
|
| 286 |
-
**ROLE:** Act as a professional content writer with expertise in humanitarian efforts, specifically focusing on food for the hungry. Content must be highly relevant to the reader, informative, and backed by factual data
|
| 287 |
|
| 288 |
**TASK:** Generate meaningful content for user, based upon user query: [{input}] .
|
| 289 |
|
|
|
|
| 283 |
|
| 284 |
# Create the prompt template
|
| 285 |
prompt_message = f"""
|
| 286 |
+
**ROLE:** Act as a professional content writer with expertise in humanitarian efforts, specifically focusing on food for the hungry. Content must be highly relevant to the reader, informative, and backed by factual data.
|
| 287 |
|
| 288 |
**TASK:** Generate meaningful content for user, based upon user query: [{input}] .
|
| 289 |
|