Open flyapex opened 4 weeks ago
having same issue
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 this could be the reason maybe ?
Same issue I'm using Gemini model
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)
@Damffer @mcnugets @cjbbb any updates?
@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
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
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.