Vincent Claes commited on
Commit
8298d48
1 Parent(s): 57e9181

update prompt

Browse files
Files changed (1) hide show
  1. skills.py +1 -1
skills.py CHANGED
@@ -109,7 +109,7 @@ def get_skills_match(llm, vacancy, resume) -> SequentialChain:
109
 
110
  Can you list the matches concerning skills between the vacancy above delimited by three backticks with the resume below delimited by three backticks.
111
  Consider skills that are not exact but are close to each other.
112
- Provide maximum 10 skills and the most required skills first.
113
  If no skills match do not make up a response and return an empty list.
114
  Return the matches as a JSON list on 1 line, do not add newlines or any other text.
115
 
 
109
 
110
  Can you list the matches concerning skills between the vacancy above delimited by three backticks with the resume below delimited by three backticks.
111
  Consider skills that are not exact but are close to each other.
112
+ Provide maximum 7 skills and the most required skills first.
113
  If no skills match do not make up a response and return an empty list.
114
  Return the matches as a JSON list on 1 line, do not add newlines or any other text.
115