Jobs_Applier_AI_Agent_AIHawk icon indicating copy to clipboard operation
Jobs_Applier_AI_Agent_AIHawk copied to clipboard

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

Open flyapex opened this issue 1 year ago • 6 comments

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.

flyapex avatar Oct 28 '24 20:10 flyapex

having same issue

varun2948 avatar Oct 29 '24 04:10 varun2948

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 ?

varun2948 avatar Oct 29 '24 04:10 varun2948

Same issue I'm using Gemini model

Damffer avatar Oct 29 '24 19:10 Damffer

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)

mcnugets avatar Nov 02 '24 17:11 mcnugets

@Damffer @mcnugets @cjbbb any updates?

feder-cr avatar Nov 19 '24 23:11 feder-cr

@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

cjbbb avatar Nov 20 '24 09:11 cjbbb