AIHawk-FOSS / Auto_Jobs_Applier_AI_Agent

Auto_Jobs_Applier_AI_Agent by AIHawk is an AI Agent that automates the jobs application process. Utilizing artificial intelligence, it enables users to apply for multiple jobs in an automated and personalized way.
https://aihawk.co/
Other
22.25k stars 3.28k forks source link

[BUG]: <Ethnicity is being put down instead of State in applications> #484

Open cwort40 opened 1 month ago

cwort40 commented 1 month ago

Describe the bug

As I'm watching the application run and fill out Indeed applications, it is putting in the Ethnicity "Hispanic" instead of State which should be "California".

Steps to reproduce

Putting "Hispanic" in ethnicity field in data_folder/plain_text_resume

Expected behavior

California

Actual behavior

Hispanic

Branch

main

Branch name

No response

Python version

3.10

LLM Used

ChatGPT

Model used

4-o mini

Additional context

No response

abintro commented 1 month ago

Same thing is happening here. Same model, LLM and provider.

Using WIndows 11 Powershell to run the bot. There is no field in resume config for "State" field.

mcwebdev commented 1 month ago

Why doesn't it look at the answers.json before attempting to us the llm?

surapuramakhil commented 1 month ago

@cwort40 can you share how are you running this for indeed. Just thought it only works for LinkedIn Easy Apply.

abintro commented 1 month ago

@cwort40 can you share how are you running this for indeed. Just thought it only works for LinkedIn Easy Apply.

Some Easy Apply companies ask for a location, which includes States in the US. The state is being filled with ethnicity. @surapuramakhil

abintro commented 1 month ago

@cwort40 Solution is edit resume_schema.yaml and plain_text_resume.yaml and add a field for State to both of these.