Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +3 -2
prompts.py
CHANGED
|
@@ -12,7 +12,8 @@ You have access to the following tools:
|
|
| 12 |
- action: COMPLETE
|
| 13 |
|
| 14 |
Instructions
|
| 15 |
-
- Generate a search query for the requested model from these options:
|
|
|
|
| 16 |
- Return the search query using the search tool
|
| 17 |
- Wait for the search to return a result
|
| 18 |
- After observing the search result, choose a model
|
|
@@ -25,7 +26,7 @@ thought: you should always think about what to do
|
|
| 25 |
action: the action to take (should be one of [UPDATE-TASK, SEARCH, COMPLETE]) action_input=XXX
|
| 26 |
observation: the result of the action
|
| 27 |
thought: you should always think after an observation
|
| 28 |
-
action:
|
| 29 |
... (thought/action/observation/thought can repeat N times)
|
| 30 |
|
| 31 |
|
|
|
|
| 12 |
- action: COMPLETE
|
| 13 |
|
| 14 |
Instructions
|
| 15 |
+
- Generate a search query for the requested model from these options:
|
| 16 |
+
>{TASKS}
|
| 17 |
- Return the search query using the search tool
|
| 18 |
- Wait for the search to return a result
|
| 19 |
- After observing the search result, choose a model
|
|
|
|
| 26 |
action: the action to take (should be one of [UPDATE-TASK, SEARCH, COMPLETE]) action_input=XXX
|
| 27 |
observation: the result of the action
|
| 28 |
thought: you should always think after an observation
|
| 29 |
+
action: SEARCH action_input='text-generation'
|
| 30 |
... (thought/action/observation/thought can repeat N times)
|
| 31 |
|
| 32 |
|