Skip to content
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

Merged
merged 45 commits into from
Nov 25, 2024
Merged

Hotfix/v2024.11.23 #924

merged 45 commits into from
Nov 25, 2024

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    91c7b17 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Update README.md

    surapuramakhil authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e3b861c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Add GroqAIModel support

    innovatorved committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b64eb03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #824 from AIHawk-co/release/v11.15.2024

    udpate v3.1.0 with Release/v11.15.2024
    surapuramakhil authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    69e45b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    b8d7ffa View commit details
    Browse the repository at this point in the history
  2. Update llm_manager.py

    repalced union with base class.
    surapuramakhil authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3a9e5b7 View commit details
    Browse the repository at this point in the history
  3. Resolve conflicts

    waterstark committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8c10dcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed337c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fc96ed View commit details
    Browse the repository at this point in the history
  6. Merge pull request #757 from waterstark/integration-with-aiml

    Integration with AI/ML API
    surapuramakhil authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    be54105 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    72027a8 View commit details
    Browse the repository at this point in the history
  2. groq added in constants

    innovatorved authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6280296 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    306fca6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #822 from innovatorved/main

    Add GroqAIModel support
    surapuramakhil authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1c1b7f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. perf: ⚡ Optimize prompt for better caching

    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
    chakaponi committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    fd69fc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Add AI/ML API info

    included links to AI/ML API docs and the endpoint to be used in the code.
    OctavianTheI authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c5955bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #882 from OctavianTheI/patch-1

    Add AI/ML API info
    surapuramakhil authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0330af9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e18e2e6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #872 from chakaponi/fix/improve-prompts-caching

    perf: ⚡ Optimize prompt for better caching
    surapuramakhil authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e038183 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. "Log time in Job application result"

    (cherry picked from commit 6b23715)
    NamamiShanker committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1f68c27 View commit details
    Browse the repository at this point in the history
  2. "Refactor logging current time"

    (cherry picked from commit c75f78f)
    NamamiShanker committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a349a4a View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    Tgenz1213 authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    48481b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f21530d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Merge pull request #910 from Tgenz1213/PR_Template

    PR Template
    surapuramakhil authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    eb3e74a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    218af31 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #907 from NamamiShanker/feature/log_time

    [FEATURE] Log time in success, failed, skipped and data json files
    
    Co-authored-by: NamamiShanker <[email protected]>
    surapuramakhil and surapuramakhil authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3772d6b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #913 from AIHawk-FOSS/main

    Sync Release branch with main
    surapuramakhil authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    51fe7eb View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. fix: 🐛 Change selectors due to new html structure

    LinkedIn has changed their HTML structure therefore app stopped to apply to jobs
    
    new
    chakaponi committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    86ef242 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    101a42e View commit details
    Browse the repository at this point in the history
  3. test: ✅ Fix test after removing other developer's hack

    Test had been failing after removing unnecessary wheel ( .find_elements()[0] )
    
    n
    chakaponi committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    a2bfb04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7aeabf View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    e18fcd3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #923 from surapuramakhil/hf_brekaing_linkedIn_changes

    fixes [BUG]: Not applying to jobs #919
    surapuramakhil authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    ad8635d View commit details
    Browse the repository at this point in the history
  3. fix: Add classes for temporary solution

    Current solution is fine for hotfix, but not as constant
    chakaponi committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    2dd187a View commit details
    Browse the repository at this point in the history
  4. test case fixes

    surapuramakhil committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    ba3a087 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e8b6f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b624ffd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76b06ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dba7b10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    170c413 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. style: 🎨 Fix naming back

    chakaponi committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8411cf8 View commit details
    Browse the repository at this point in the history
  2. reveiw changes

    surapuramakhil committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    22f2c3b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #905 from chakaponi/bug/incorrect-element-selectors

    fix: 🐛 Hotfix. Change selectors due to new html structure
    
    Co-authored-by: chakaponi <[email protected]>
    surapuramakhil and surapuramakhil authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    65f8ac9 View commit details
    Browse the repository at this point in the history
  4. review change

    surapuramakhil committed Nov 25, 2024
    2 Configuration menu
    Copy the full SHA
    d5295fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b273823 View commit details
    Browse the repository at this point in the history