Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +2 -2
prompts.py
CHANGED
|
@@ -12,7 +12,7 @@ You have access to the following tools:
|
|
| 12 |
- action: COMPLETE
|
| 13 |
|
| 14 |
Instructions
|
| 15 |
-
- Generate a search query for the requested model from these tasks: {TASKS}
|
| 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
|
|
@@ -33,7 +33,7 @@ Example:
|
|
| 33 |
User command: Find me a text generation model with less than 50M parameters.
|
| 34 |
thought: I will search for 'text generation'
|
| 35 |
|
| 36 |
-
action: SEARCH action_input=text
|
| 37 |
|
| 38 |
--- pause and wait for data to be returned ---
|
| 39 |
|
|
|
|
| 12 |
- action: COMPLETE
|
| 13 |
|
| 14 |
Instructions
|
| 15 |
+
- Generate a search query for the requested model from these model tasks: {TASKS}
|
| 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
|
|
|
|
| 33 |
User command: Find me a text generation model with less than 50M parameters.
|
| 34 |
thought: I will search for 'text generation'
|
| 35 |
|
| 36 |
+
action: SEARCH action_input=text-generation
|
| 37 |
|
| 38 |
--- pause and wait for data to be returned ---
|
| 39 |
|