Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
class Prompts:
|
| 2 |
|
| 3 |
BASIC_INFORMATION_PROMPT = "Provide a list of the {num_companies} best companies in {sector} with the" \
|
| 4 |
-
" best growth potential. Do not mention these companies: {ignore_companies}. " \
|
| 5 |
"Include all the relevant, concise, and descriptive information and format the response " \
|
| 6 |
"as the valid JSON with the following keys: {required_fields}"
|
| 7 |
BASIC_INFORMATION_PROMPT_SINGLE_USE = "Provide a list of the {num_companies} best companies in " \
|
|
|
|
| 1 |
class Prompts:
|
| 2 |
|
| 3 |
BASIC_INFORMATION_PROMPT = "Provide a list of the {num_companies} best companies in {sector} with the" \
|
| 4 |
+
" best growth potential. Do not mention these companies : {ignore_companies}. " \
|
| 5 |
"Include all the relevant, concise, and descriptive information and format the response " \
|
| 6 |
"as the valid JSON with the following keys: {required_fields}"
|
| 7 |
BASIC_INFORMATION_PROMPT_SINGLE_USE = "Provide a list of the {num_companies} best companies in " \
|