cleanup: consistent variable names
This commit is contained in:
parent
28f4ac137b
commit
6d27b823ae
2 changed files with 2 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ experience_level:
|
|||
director: [true/false]
|
||||
executive: [true/false]
|
||||
|
||||
jobTypes:
|
||||
job_types:
|
||||
full-time: [true/false]
|
||||
contract: [true/false]
|
||||
part-time: [true/false]
|
||||
|
|
@ -45,7 +45,7 @@ title_blacklist:
|
|||
|
||||
job_applicants_threshold:
|
||||
min_applicants: 0
|
||||
max_applicants: 100
|
||||
max_applicants: 281
|
||||
|
||||
llm_model_type: openai
|
||||
llm_model: gpt-4o
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@ projects:
|
|||
- name: "[Project Name]"
|
||||
description: "[Project Description]"
|
||||
link: "[Project Link]"
|
||||
|
||||
- name: "[Project Name]"
|
||||
description: "[Project Description]"
|
||||
link: "[Project Link]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue