Spaces:
Build error
Build error
Update prompts.py
Browse files- prompts.py +2 -2
prompts.py
CHANGED
@@ -11,11 +11,11 @@ Purpose:
|
|
11 |
GET_KEYWORD = """
|
12 |
You are attempting to complete the task
|
13 |
task: {task}
|
14 |
-
Determine what single keyword
|
15 |
Return only 1 single word as a response.
|
16 |
|
17 |
Example:
|
18 |
-
User: Show me all the news about
|
19 |
Response:
|
20 |
Earthquake
|
21 |
"""
|
|
|
11 |
GET_KEYWORD = """
|
12 |
You are attempting to complete the task
|
13 |
task: {task}
|
14 |
+
Determine what single keyword can be searched to find information about the task.
|
15 |
Return only 1 single word as a response.
|
16 |
|
17 |
Example:
|
18 |
+
User: Show me all the news about earthquakes.
|
19 |
Response:
|
20 |
Earthquake
|
21 |
"""
|