Vincent Claes commited on
Commit
ae06818
·
1 Parent(s): da4343f

update prompt

Browse files
Files changed (1) hide show
  1. skills.py +0 -1
skills.py CHANGED
@@ -108,7 +108,6 @@ def get_skills_match(llm, vacancy, resume) -> SequentialChain:
108
  ```
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
  If no skills match do not make up a response and return an empty list.
113
  Return the matches as a JSON list on 1 line, do not add newlines or any other text.
114
 
 
108
  ```
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
  If no skills match do not make up a response and return an empty list.
112
  Return the matches as a JSON list on 1 line, do not add newlines or any other text.
113