Spaces:
Build error
Build error
Update prompts.py
Browse files- prompts.py +3 -5
prompts.py
CHANGED
@@ -11,12 +11,10 @@ Purpose:
|
|
11 |
GET_KEYWORD = """
|
12 |
You are attempting to complete the task
|
13 |
task: {task}
|
14 |
-
|
15 |
-
Return only 1 single word
|
16 |
-
|
17 |
-
Example:
|
18 |
User: Show me all the news about earthquakes.
|
19 |
-
Response:
|
20 |
Earthquake
|
21 |
"""
|
22 |
|
|
|
11 |
GET_KEYWORD = """
|
12 |
You are attempting to complete the task
|
13 |
task: {task}
|
14 |
+
Instructions:
|
15 |
+
Return only 1 single word that can be searched to complete the task
|
16 |
+
Example Response:
|
|
|
17 |
User: Show me all the news about earthquakes.
|
|
|
18 |
Earthquake
|
19 |
"""
|
20 |
|