Commit graph

247 commits

Author SHA1 Message Date
azjz92
f62ee694c4 updated resume in data folder example to actually work, was out of date 2024-09-12 18:59:18 -04:00
Federico
99b74fbb61
Merge pull request #341 from khalid-faiz/v3
Adding Google Gemini Implementation
2024-09-10 14:40:26 +02:00
Khalid F. Ahmed
67ad78ba7b updating README.md 2024-09-10 09:31:21 +03:00
Khalid F. Ahmed
0d036f6a6e Adding Google Gemini 2024-09-10 09:16:04 +03:00
Federico
2242b3e0b7
Merge pull request #333 from blackms/v3
Fix method invocation in LoggerChatModel
2024-09-10 00:04:38 +02:00
Federico
bed7c5e173
Merge branch 'v3' into v3 2024-09-10 00:04:07 +02:00
Federico
cfbd77648d
Merge pull request #338 from queukat/v3
fixed names and llm problems
2024-09-10 00:02:16 +02:00
queukat
74f0f13de4 fixed logs and requirements 2024-09-09 23:49:51 +03:00
queukat
3f13d9bf1a fixed names and llm problems 2024-09-09 23:44:16 +03:00
queukat
b554357be9 Revert "fixed some issues"
This reverts commit 6540bbbb40.
2024-09-09 23:39:12 +03:00
blackms
bffb561ad5 yaml files 2024-09-09 19:59:43 +02:00
blackms
f8e1572a44 Restored data_folder and optimized gitignore file 2024-09-09 19:57:25 +02:00
blackms
3a8627c20f Missing inputimeout in requirements.txt 2024-09-09 18:01:54 +02:00
blackms
7d7110253a Fix method invocation in LoggerChatModel
This commit resolves an issue where the LoggerChatModel class was incorrectly
    attempting to call instances of AIModel directly as if they were callable objects.

    Changes include:
    - Modified __call__ method to explicitly use the invoke method when calling AI models.
    - Updated constructor documentation to clarify the type of object expected.
    - Added additional debug logging for better traceability of method entry and exit points.

    These changes ensure that the LoggerChatModel class aligns with the intended design
    patterns and correctly utilizes the AIModel instances, improving the maintainability
    and robustness of the codebase.
2024-09-09 17:52:07 +02:00
queukat
6540bbbb40 fixed some issues 2024-09-09 18:04:42 +03:00
Federico
9ef928569b
Merge pull request #331 from feder-cr/main
v3
2024-09-09 13:14:37 +02:00
Federico
afd7708a2b
Update README.md 2024-09-09 13:12:18 +02:00
Federico
0201331ad4
Merge pull request #302 from shivamkrsarin1996/patch-1 2024-09-09 00:46:13 +02:00
Federico
02e0185d75
Merge pull request #318 from queukat/v3 2024-09-09 00:44:33 +02:00
Federico
5b3cdf8f80
new plain_text_resume.yaml format 2024-09-08 23:42:58 +02:00
feder-cr
4b3b3e1020 Merge branch 'main' of https://github.com/feder-cr/linkedIn_auto_jobs_applier_with_AI 2024-09-08 23:41:05 +02:00
feder-cr
ec671eba88 new plain_text_format 2024-09-08 23:40:56 +02:00
Federico
5d8372700a
Update README.md 2024-09-08 23:23:11 +02:00
Federico
20382d14c3
Update README.md 2024-09-08 23:21:03 +02:00
queukat
5efe6c3048 reformat code 2024-09-08 17:46:00 +03:00
queukat
ad85b9587f Merge remote-tracking branch 'origin/v3' into v3 2024-09-08 17:45:24 +03:00
queukat
62133ef028 new func 2024-09-08 17:44:30 +03:00
queukat
3f2fdb6742
Update linkedIn_easy_applier.py 2024-09-08 16:40:06 +02:00
queukat
58584def99 new func 2024-09-08 17:32:07 +03:00
Federico
77f5b5ab9e
Merge pull request #304 from shivamkrsarin1996/patch-2
Update resume_yaml_generator.py
2024-09-08 00:09:11 +02:00
Federico
1389f84b7d
Merge pull request #307 from svrohith9/main
gitignore updated to skip /virtual folder
2024-09-08 00:06:44 +02:00
Federico
ad1b17c031
Merge pull request #295 from queukat/v3
add logs, fix finding easy apply button, fix prompts for achievements
2024-09-08 00:05:23 +02:00
queukat
dd97ec7df1
Update linkedIn_job_manager.py
del comment
2024-09-07 16:28:00 +02:00
queukat
0f48cb1e1e
Merge branch 'v3' into v3 2024-09-07 14:23:03 +03:00
queukat
b6ceeb44ac new func 2024-09-07 14:15:32 +03:00
Rohith Sv
82bd9aa9cc gitignore updated to skip /virtual folder 2024-09-06 19:29:06 -04:00
Shivam Sareen
b45f3af360
Update resume_yaml_generator.py
Updated resume_yaml_generator.py with the correct api key name present in the secrets.yaml file
2024-09-06 14:00:42 -07:00
Shivam Sareen
dfd79dc4c7
Update README.md
Added command to create virtual environment for windows based machine
2024-09-06 12:34:25 -07:00
queukat
35cc5d3bde resolve issues 2024-09-06 20:06:30 +03:00
queukat
b1de845ec1 add logs and some bugs fixes 2024-09-06 02:02:55 +03:00
queukat
525e794f8b add logs and some bugs fixes 2024-09-06 01:53:11 +03:00
Federico
f118bb6bf3
Merge pull request #275 from viniciusnunest/main
Add configuration to apply once per job and once per company based on user settings
2024-09-05 19:35:58 +02:00
Federico
3ab71e82ce
Merge pull request #285 from karnoark/local-v3-02
Fix Section Name Parsing Issue in answer_question_textual_wide_range Method
2024-09-05 19:15:36 +02:00
Federico
2cedd2cf62
Merge pull request #288 from spectreDeveloper/v3
Fix for search method
2024-09-05 17:43:04 +02:00
Manu Altieri
104f99aa96 Fixed search filter to avoid fixed results 2024-09-05 17:27:04 +02:00
karnoark
5673308a3d stripped away additional text 2024-09-05 16:38:23 +05:30
Federico
74b0be8b16
Merge pull request #277 from spectreDeveloper/v3 2024-09-04 20:57:10 +02:00
Manu Altieri
d7fd400918 Added a little list to save jobs_id to avoid re-iterate applied already jobs 2024-09-04 19:51:08 +02:00
Vinicius Nunes
89a8c462f6
Update README.md 2024-09-04 12:51:52 -03:00
Vinicius Tavares
75468db0b9 add config to apply once at company 2024-09-04 10:30:18 -03:00