AIHawk-FOSS / Auto_Jobs_Applier_AI_Agent

Auto_Jobs_Applier_AI_Agent by AIHawk is an AI Agent that automates the jobs application process. Utilizing artificial intelligence, it enables users to apply for multiple jobs in an automated and personalized way.
GNU Affero General Public License v3.0
22.53k stars 3.34k forks source link

[BUG]: CV Not Generating in Output Directory: generated_cv #644

Open flyapex opened 4 weeks ago

flyapex commented 4 weeks ago

Describe the bug

file is not created in the generated_cv directory. The process encounters an error due to missing logger attribute in LoggerChatModel, causing the resume generation to halt.

Steps to reproduce

we are using xxx

Expected behavior

No response

Actual behavior

No response

Branch

main

Branch name

No response

Python version

No response

LLM Used

ollama

Model used

llama3.2:latest

Additional context

All steps execute successfully until the final stage, where the CV generation fails during the submission process.

varun2948 commented 4 weeks ago

having same issue

varun2948 commented 4 weeks ago

I kinda dugged deep and found something like this where the package of lib_resume_builder_AIHawk is directly trying to use chatgpt-40-mini image this could be the reason maybe ?

Damffer commented 4 weeks ago

Same issue I'm using Gemini model

mcnugets commented 3 weeks ago

The issue with the current state of the project, is that llm model(ChatOpenAI) is hardcoded into the code. To fix this you might wanna change ChatOpenAI to other class( for me it was ChatOllama)

feder-cr commented 1 week ago

@Damffer @mcnugets @cjbbb any updates?

cjbbb commented 6 days ago

@Damffer @mcnugets @cjbbb any updates?

Since the CV part using part of code here. lib_resume_builder. I need to create a PR try to fix this "hard-code" issue. @feder-cr