EasyApp is a chrome extension that allows users to autofill job applications, draft application responses, navigate job listings, tweak user resumes to fit job description, and much more!
Open AI uses a paid for and complicated API service to access the GPT service. It is very user antagonistic. Migration to Llama as the backend LLM service is more inline with the OS goal and easier on the user experience as it free and can be included with the service.
Describe the current behavior
Currently, uses the closed sourced and paid OpenAI API
Describe alternatives to your enhancement
I believe GPT4All could achieve similar results
Potential Issues and Fixes
Issue: Any open source LLM will need to be run locally. This still requires some work on the user end for initial setup.
Fixes: Automate install of LLM?
Also look into deployment on Hugging Face to circumvent local install entirely
Describe the Enhancement
Open AI uses a paid for and complicated API service to access the GPT service. It is very user antagonistic. Migration to Llama as the backend LLM service is more inline with the OS goal and easier on the user experience as it free and can be included with the service.
Describe the current behavior
Currently, uses the closed sourced and paid OpenAI API
Describe alternatives to your enhancement
I believe GPT4All could achieve similar results
Potential Issues and Fixes
Issue: Any open source LLM will need to be run locally. This still requires some work on the user end for initial setup.
Fixes: Automate install of LLM?
Also look into deployment on Hugging Face to circumvent local install entirely