-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotfix/v2024.11.23 #924
Hotfix/v2024.11.23 #924
Conversation
udpate v3.1.0 with Release/v11.15.2024
repalced union with base class.
Integration with AI/ML API
Add GroqAIModel support
Some providers (as OpenAI) support reducing cost of calls by caching repetitive content, but the feature works only with the initial portion (prefix) of prompts
included links to AI/ML API docs and the endpoint to be used in the code.
Add AI/ML API info
perf: ⚡ Optimize prompt for better caching
(cherry picked from commit 6b23715)
(cherry picked from commit c75f78f)
PR Template
[FEATURE] Log time in success, failed, skipped and data json files Co-authored-by: NamamiShanker <[email protected]>
Sync Release branch with main
LinkedIn has changed their HTML structure therefore app stopped to apply to jobs new
Test had been failing after removing unnecessary wheel ( .find_elements()[0] ) n
…chakaponi/Auto_Jobs_Applier_AI_Agent into bug/incorrect-element-selectors
fixes [BUG]: Not applying to jobs #919
Current solution is fine for hotfix, but not as constant
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it and its applying to jobs. Once these issues are addressed it can be merged as patch.
@49Simon reviews typically happen when code goes to release / hotfix branches. This is mostly for testing purposes, more like release branch should be working on at least two others. Appreciate your input though |
You are merging new code into the |
fix: 🐛 Hotfix. Change selectors due to new html structure Co-authored-by: chakaponi <[email protected]>
No description provided.