Commit graph

233 commits

Author SHA1 Message Date
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
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
Federico
ffca48f6c3
Merge pull request #274 from feder-cr/main
v3
2024-09-04 13:22:24 +02:00
Federico
fff143d407
Merge pull request #273 from activatedbonkers/v3
Added templates for issues, and guidelines
2024-09-04 13:21:32 +02:00
Federico
4fffb64a81
Merge pull request #223 from anton6tak/open-ai-tier-upgrade-runtime-errors
add information about request limit errors and account type issues
2024-09-04 13:21:04 +02:00
Syed
5069a0b18c added contributing.md for issues 2024-09-04 07:20:38 +05:30
Syed
b780bae4a0 goodfirst template added 2024-09-04 06:55:35 +05:30
Syed
c77d891a76 wont fix and help templates added 2024-09-04 06:52:42 +05:30
Syed
6ef07a5f30 questions and duplicates template added 2024-09-04 06:49:10 +05:30
Syed
db69b0f1bf documentation issue template 2024-09-04 06:46:44 +05:30
Syed
512efda803 invalid issue template 2024-09-04 06:44:59 +05:30
Syed
cee47f7d70 enhancement template 2024-09-04 06:42:43 +05:30
Syed
08810adf05 fixed yaml indentations 2024-09-04 06:38:23 +05:30
Syed
059f5e9302 fixed erros for arrays 2024-09-04 06:28:26 +05:30
Syed
14fff0b051 prettified yml 2024-09-04 06:25:31 +05:30
Syed
9e88d3ba8d Add config for templates 2024-09-04 06:22:08 +05:30