Open Pointfit opened 1 week ago
This should not happen, there is a feature where it sends the job description and your resume to the LLM you're using and it scores your suitability for the job. It only applies for scores >= 7.
I'm seeing the same issue. I'm on branch release/v11.01.2024.
AIHawk is skipping jobs that I'm looking to apply to.
In config.yaml, I specify:
positions:
Director Professional Services
I'm attaching my "skipped.json" and "success.json". HawkAI is applying successfully to jobs with lowest condition value, skipping my targeted job. skipped.json success.json
@surapuramakhil
@49Simon you are right, after reading the logs more carefully the LLM's reasoning makes sense as to why it is not applying.
I guess my feature request would be a more organized log of LLM's reasoning to apply/not apply to jobs.
Also for the change of code: I would change both the 7's into a 6 for example, in that function.
In the next release, there will be a JOB_SUITABILITY_SCORE
variable where users can change it to any value they want. This will give flexibility to apply to more jobs.
I don't think there's a bug related to this issue at this moment.
@49Simon can you ping me on discord
Describe the bug
I have a clear list of jobs to apply to with NO blacklisted jobs
Steps to reproduce
positions:
Expected behavior
Applying to all these jobs
Actual behavior
Skipping them, sometimes even applying to irrelevent jobs
Branch
None
Branch name
No response
Python version
No response
LLM Used
OpenAI
Model used
gpt-4o-mini
Additional context
No response