Jobs_Applier_AI_Agent icon indicating copy to clipboard operation
Jobs_Applier_AI_Agent copied to clipboard

Auto_Jobs_Applier_AI_Agent aims to easy job hunt process by automating the job application process. Utilizing artificial intelligence, it enables users to apply for multiple jobs in an tailored way.

Results 176 Jobs_Applier_AI_Agent issues
Sort by recently updated
recently updated
newest added

There is a duplicated line (NIT) https://github.com/feder-cr/Jobs_Applier_AI_Agent/blob/11d597e732e0392a126182e579593f729e1e0007/main.py#L231

There was a duplicate line initializing the StyleManager

### Describe the bug DEBUG:openai._base_client:HTTP Response: POST https://api.openai.com/v1/chat/completions "200 OK" Headers([('date', 'Sun, 12 Jan 2025 23:08:44 GMT'), ('content-type', 'application/json'), ('transfer-encoding', 'chunked'), ('connection', 'keep-alive'), ('access-control-expose-headers', 'X-Request-ID'), ('openai-organization', 'user-cwjwmnjeawaiaxpxhhkbw7bx'), ('openai-processing-ms', '4003'), ('openai-version',...

bug

Config.py ``` LLM_MODEL_TYPE = 'gemini' LLM_MODEL = 'gemini-pro' ``` Comand: python3 main.py ### Error ``` Unexpected error occurred: Error code: 401 - {'error': {'message': 'Incorrect API key provided: AIzaSyCN***************************TL4k. You...

Related to #906 Move CSS and XPath selectors to separate files and separate browser automation code into LinkedIn and Easy Apply packages. * **Selectors**: - Add `src/selectors.py` to store CSS...

### Affected documentation section "Documentation" section in README file ### Documentation improvement description Step 2 for Gemini setup under the "For Users" subsection in the "Documentation" section is repeated twice:...

documentation

Aims to resolve #1036 . Removed redundant step in Gemini setup under For Users subsection in Documentation section.

### Describe the bug I tried with with another OpenAI API key then getting the same error ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Actual...

bug

### Feature summary CLI option to reduce number of requests per minute ### Feature description Add a CLI option to pass a limit of how much requests per minute Will...

enhancement