Commit graph

55 commits

Author SHA1 Message Date
Khalid F. Ahmed
0d036f6a6e Adding Google Gemini 2024-09-10 09:16:04 +03:00
Federico
bed7c5e173
Merge branch 'v3' into v3 2024-09-10 00:04:07 +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
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
queukat
5efe6c3048 reformat code 2024-09-08 17:46:00 +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
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
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
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
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 Tavares
75468db0b9 add config to apply once at company 2024-09-04 10:30:18 -03:00
Federico
e3bcc9d5e8
Merge pull request #266 from feder-cr/main
add
2024-09-03 19:08:44 +02:00
Federico
fd64c2badb
Merge pull request #253 from riteshp112/ritesh-main
handled already logined case
2024-09-03 19:07:42 +02:00
Federico
1b6c388a0f
Merge pull request #247 from spectreDeveloper/v3
Instructions to apply_jobs function toDo
2024-09-03 17:53:56 +02:00
Federico
a17d3766d4
Merge pull request #260 from feder-cr/main
cover letter fixed
2024-09-03 17:14:38 +02:00
feder-cr
6d72788f80 cover letter fixed 2024-09-03 16:35:28 +02:00
Ritesh
ba7ac0fbb1 handled already logined case 2024-09-03 12:45:06 +05:30
Manu Altieri
092f4e7032 Added instructions toDo; about apply method 2024-09-03 00:27:54 +02:00
Federico
6f383632a0
Merge pull request #230 from spectreDeveloper/v3
Added method to get fields required for fast apply via API, fixed easyApply filter for search.
2024-09-02 14:41:23 +02:00
Federico
020d7a24dc
Merge branch 'v3' into v3 2024-09-02 14:27:29 +02:00
Manu Altieri
d2372523fa fixed the parsing of the required fields for apply 2024-09-02 11:10:18 +02:00
Manu Altieri
d76a35fa7c Fixed easy apply search, implemented method to extract required fields from API with new endpoint, Todo; parse result json to return a dict that contains title, optionUrn and possible choices for the value if present 2024-09-01 22:53:05 +02:00
Manu Altieri
c0f186ba84 Fixed easy apply search, implemented method to extract required fields from API with new endpoint, Todo; parse result json to return a dict that contains title, optionUrn and possible choices for the value if present 2024-09-01 22:48:01 +02:00
user
777d1fa4a6 Claude support with langchain antrhopic 2024-09-01 19:33:42 +02:00
user
a9d9e13474 Adapter class added 2024-09-01 11:59:43 +02:00
user
ca4f56833a Added support for ollama endpoint and defining the LLM model in the config 2024-08-31 22:58:40 +02:00
queukat
0c4ae18064 add logs and some bugs fixes 2024-08-31 23:45:10 +03:00
queukat
966e610fee add logs and some bugs fixes 2024-08-31 23:43:39 +03:00
user
d964f599be Added support for Ollama running locally or publicly hosted api 2024-08-31 20:19:33 +02:00
Manu Altieri
9fc3274b9a Adding linkedin-api.py to search jobs without use selenium. 2024-08-31 19:31:31 +02:00
Manu Altieri
f948443a39 Make the function better, because is not needed check selectors. when a user is logged on linkedin will be redirected already on /feed/ endpoint, otherwise url will remain https://linkedin.com, so is possible check the state of login just using this approach 2024-08-29 17:08:26 +02:00
Federico
38fbaaa456
Merge pull request #113 from josylad/readme 2024-08-29 14:59:24 +02:00
Joseph Adediji
d004ea06d5 Adjust the LLM temperature to reduce hallucinations 2024-08-28 22:21:26 +01:00
Federico
a46c58dc29
Update strings.py 2024-08-26 16:47:34 +02:00
Federico
d6d3831ce5
Update strings.py 2024-08-26 16:42:51 +02:00
Ata ALTINOK
0b2c1ecbd2
Minor fix
Removed duplicate string
2024-08-26 00:35:05 +03:00
Ikko Eltociear Ashimine
ba4af0258a
chore: update strings.py
minor fix
2024-08-25 01:18:36 +09:00
Federico
c51aeca99a
Update linkedIn_easy_applier.py 2024-08-24 00:22:11 +01:00
Federico
7b7214b238
Update strings.py 2024-08-23 23:48:06 +01:00