SergRezon commited on
Commit
751dc14
·
1 Parent(s): 3716f17

Update prompts.py

Browse files
Files changed (1) hide show
  1. 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 " \