fixed names and llm problems
This commit is contained in:
parent
b554357be9
commit
3f13d9bf1a
4 changed files with 25 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
|||
remote: true
|
||||
|
||||
experienceLevel:
|
||||
experience_level:
|
||||
internship: true
|
||||
entry: true
|
||||
associate: true
|
||||
|
|
@ -29,15 +29,21 @@ positions:
|
|||
locations:
|
||||
- USA
|
||||
|
||||
applyOnceAtCompany: [true/false]
|
||||
apply_once_at_company: [true/false]
|
||||
|
||||
distance: 100
|
||||
|
||||
companyBlacklist:
|
||||
company_blacklist:
|
||||
- Noir
|
||||
- Crossover
|
||||
|
||||
titleBlacklist:
|
||||
title_blacklist:
|
||||
- word1
|
||||
- word2
|
||||
|
||||
job_applicants_threshold:
|
||||
min_applicants: 0
|
||||
max_applicants: 100
|
||||
|
||||
llm_model_type: openai
|
||||
llm_model: 'gpt-4o'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue