feder-cr / Auto_Jobs_Applier_AIHawk

Auto_Jobs_Applier_AIHawk is a tool that automates the jobs application process. Utilizing artificial intelligence, it enables users to apply for multiple job offers in an automated and personalized way.
Other
21.03k stars 3.05k forks source link

[BUG]: It is looking for remote jobs only if remote to set true in config.yaml #551

Open sfcheng opened 1 week ago

sfcheng commented 1 week ago

Describe the bug

No response

Steps to reproduce

It is looking for remote jobs only if I set remote to true in config.yaml.

This part of code has issue:

def get_base_search_url(self, parameters):
    logger.debug("Constructing base search URL")
    url_parts = []
    if parameters['remote']:
        url_parts.append("f_CF=f_WRA")

Expected behavior

It should look in-person and hybrid and remote jobs

Actual behavior

remote jobs only

Branch

main

Branch name

No response

Python version

No response

LLM Used

No response

Model used

No response

Additional context

No response

Vontux commented 3 days ago

yep, still having this issue:

llm_model_type: gemini llm_model: 'gemini-1.5-flash-8b'