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

Feature . Add extra models ( local and remote) support . #22

Open
air55555 opened this issue Sep 13, 2024 · 1 comment
Open

Feature . Add extra models ( local and remote) support . #22

air55555 opened this issue Sep 13, 2024 · 1 comment

Comments

@air55555
Copy link

CURRENTLY. No alternatives than GPT through API to build CV from text description.
PPOPOSAL.
source file gpt_resume_job_description.py
Improve class LLMResumeJobDescription: def __init__(self, openai_api_key, strings): self.llm_cheap = LoggerChatModel(ChatOpenAI(model_name="gpt-4o-mini", openai_api_key=openai_api_key, temperature=0.4))

by changing to or similar to vary LLM config
self.llm_cheap = LoggerChatModel(self.ai_adapter)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants