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

[BUG]: When I run the application nothing happens. #1093

Open
thefakealiii opened this issue Feb 21, 2025 · 10 comments
Open

[BUG]: When I run the application nothing happens. #1093

thefakealiii opened this issue Feb 21, 2025 · 10 comments
Labels
bug Something isn't working

Comments

@thefakealiii
Copy link

Describe the bug

I have attached the screenshot of what happens after I run the application

Steps to reproduce

Image

Expected behavior

No response

Actual behavior

No response

Branch

None

Branch name

No response

Python version

No response

LLM Used

No response

Model used

No response

Additional context

No response

@thefakealiii thefakealiii added the bug Something isn't working label Feb 21, 2025
@thefakealiii
Copy link
Author

Solved. The issue was with YAML files.

@rajkamal-007
Copy link

I am also having the same issue! Could you please let me know what changes did you make it to run?

@GustavoLagoAlonso
Copy link

Here I have the same problem, after running it asks questions then nothing happens. Can you explain what you did?

@vigorIv2
Copy link

vigorIv2 commented Mar 3, 2025

same here as well, it asks to "Generate resume" I choose "Clean blue or default and it ends no messages on screen that explain anything

@abdulnajeeb3
Copy link

Did you actually get it to run, for me it just opens a chrome tab, generates a resume and then dies.

@givemhell
Copy link

givemhell commented Mar 19, 2025

bump can someone please let us know what was done to get it running?
what was wrong with the YMAL?

ive been fighting this thing for hours

@abdulnajeeb3
Copy link

This thing is not working, give up and apply manually, that's the only option left in this shit market.

@givemhell
Copy link

givemhell commented Mar 20, 2025

In a world of AI & tools You give up too easy abdulnajeeb3 😂
Il figure it out it later today once i get out of bed
I would have tackled it today but I got caught up in some IRL shit

@givemhell
Copy link

givemhell commented Mar 20, 2025

woke up and with 5 mins of work i have it working
Image
/yawn all in a few mins of work my dude

for anyone using ollama
llm_api_key: 'dummy-key-for-ollama'
legit put ANY TEXT here ^

The main issue was that the application was hardcoded to use OpenAI's API without respecting the configuration settings in config.py.

Here's a summary of the changes I've made:

LLM Model Integration: Modified all files to properly read the LLM_MODEL_TYPE, LLM_MODEL, and LLM_API_URL from your config.py file.

Support for Multiple Model Types: Added proper support for various LLM providers:
Ollama (with custom API URL support)
OpenAI
Claude/Anthropic
Google's Gemini
Perplexity
HuggingFace

Error Handling Improvements: Enhanced error handling to better manage API failures and retries.

Parser Flexibility: Improved the response parser to handle different formats from various LLM providers.

Chrome Utils Optimization: Included some improvements to the Chrome utilities for PDF generation.

To implement these fixes, replace the following files in your project:

src/libs/resume_and_cover_builder/llm/llm_generate_resume.py
src/libs/resume_and_cover_builder/llm/llm_generate_resume_from_job.py
src/libs/resume_and_cover_builder/llm/llm_generate_cover_letter_from_job.py
src/libs/resume_and_cover_builder/llm/llm_job_parser.py
src/libs/resume_and_cover_builder/utils.py
src/utils/chrome_utils.py (optional, includes minor improvements)

These changes should allow the application to correctly use your configured Ollama model or any other LLM provider you specify in the config.py file.

made a ton of progress in the last hour however it doesn't seem like this code supports applying for jobs anymore, there's another project i may look at and merge with this to Frankenstein something working if i do il link it somewhere

@abdulnajeeb3
Copy link

I admire your tenacity. I had also reached this point of making it run for resume generation.
When I said it doesn’t work in my previous comment I meant it doesn’t apply to jobs automatically anymore, which it used to effortlessly before.
I’m glad you’ve reached the same conclusion that this piece of code doesn’t work anymore as intended.
If you do Frankenstein something please let me know. I hope your IRL shit is sorted. 🤲🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants